commit 47c7156e92e9f42a71b8ddcc521961833122ceb6
parent 68b0fd4ac8b177bdcdeab42cd4f074316efa2b01
Author: Tobias Mühl <tobiasmuehl@users.noreply.github.com>
Date: Tue, 14 Jun 2016 15:05:41 +0700
Docs: use more expressive language (#701)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/react-style-guide.md b/docs/react-style-guide.md
@@ -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