Skip to content

Commit

Permalink
Doc: Fix typo (styleguidist#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlyn authored and sapegin committed Sep 19, 2017
1 parent 73ebad0 commit 8dd8cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
}

// styleguide/setup.js
import Buttom from './src/components/common/Button';
import Button from './src/components/common/Button';
global.Button = Button;
```

Expand Down

0 comments on commit 8dd8cbd

Please sign in to comment.