@@ -93,12 +93,12 @@ Router.run(routes, Router.HistoryLocation, function (Handler) {
93
93
94
94
See more in the [ overview guide] ( /docs/guides/overview.md ) .
95
95
96
- Benefits of This Approach
96
+ Benefits of this Approach
97
97
-------------------------
98
98
99
99
1 . ** Incredible screen-creation productivity** - There is only one
100
100
use-case when a user visits a route: render something. Every user
101
- interface has layers (or nesting) whether its a simple navbar or
101
+ interface has layers (or nesting) whether it's a simple navbar or
102
102
multiple levels of master-detail. Coupling nested routes to these
103
103
nested views gets rid of a ton of work for the developer to wire all
104
104
of it together when the user switches routes. Adding new screens
@@ -116,7 +116,7 @@ Benefits of This Approach
116
116
117
117
4 . ** URLs are your first thought, not an after-thought** - With React
118
118
Router, you don't get UI on the page without configuring a url first.
119
- Fortunately, its wildly productive this way, too.
119
+ Fortunately, it's wildly productive this way, too.
120
120
121
121
Related Modules
122
122
---------------
@@ -134,6 +134,6 @@ Thanks, Ember
134
134
-------------
135
135
136
136
This library is highly inspired by the Ember.js routing API. In general,
137
- its a translation of the Ember router api to React. Huge thanks to the
137
+ it's a translation of the Ember router api to React. Huge thanks to the
138
138
Ember team for solving the hardest part already.
139
139
0 commit comments