Add missing characters to navigators api doc (#264)

This commit is contained in:
Evan Turner
2017-02-09 12:41:46 -05:00
parent 9584ecc985
commit 4b710285dc

View File

@@ -1,6 +1,6 @@
# Navigators
Navigators allow you define you application's navigation structure. Navigators also render common elements such as headers and tab bars which you can configure.
Navigators allow you to define your application's navigation structure. Navigators also render common elements such as headers and tab bars which you can configure.
Under the hood, navigators are plain React components.