Docs: typo (#1783)

* Docs: typo
This commit is contained in:
Jan Peer Stöcklmair
2017-06-28 00:27:54 +02:00
committed by Matt Hamil
parent f3bb04888e
commit 661d01dc54

View File

@@ -1,7 +1,7 @@
# withNavigation
[`withNavigation`](/src/views/withNavigation.js) is a Higher Order Component which passes the `navigation` prop into wrapped Component. It's useful when you cannnot pass the `navigation` prop into into the component directly, or don't want to pass it in case of a deeply nested child.
[`withNavigation`](/src/views/withNavigation.js) is a Higher Order Component which passes the `navigation` prop into a wrapped Component. It's useful when you cannot pass the `navigation` prop into the component directly, or don't want to pass it in case of a deeply nested child.
## Example