Make TabNavigator code example formatting consistent (#462)

* Make TabNavigator code example formatting consistent

* Fix typo in StackRouter docs
This commit is contained in:
Jordan Hayashi
2017-03-07 01:50:12 -05:00
committed by Mike Grabowski
parent 37ea268d3f
commit eb6646f6da
2 changed files with 6 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ const MyApp = StackRouter({
### RouteConfig
A basic stack router have a route config. Here is an example configuration:
A basic stack router expects a route config object. Here is an example configuration:
```js
const MyApp = StackRouter({ // This is the RouteConfig: