Skip to content

Commit

Permalink
Docs: use more expressive language (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmuehl authored and koistya committed Jun 14, 2016
1 parent 68b0fd4 commit 47c7156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/react-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Add `package.json` file into each component's folder.<br>
This will allow to easily reference such components from other places in
your code.<br>
`import Nav from '../Nav'` vs `import Nav from '../Nav/Nav.js'`
Use `import Nav from '../Nav'` instead of `import Nav from '../Nav/Nav.js'`

```
/components/Navigation/icon.svg
Expand Down

0 comments on commit 47c7156

Please sign in to comment.