Skip to content

Commit c77bc02

Browse files
committed
tiny fixes for readme
(edits while snooping through the docs)
1 parent f240f47 commit c77bc02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,12 @@ Router.run(routes, Router.HistoryLocation, function (Handler) {
9393

9494
See more in the [overview guide](/docs/guides/overview.md).
9595

96-
Benefits of This Approach
96+
Benefits of this Approach
9797
-------------------------
9898

9999
1. **Incredible screen-creation productivity** - There is only one
100100
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
102102
multiple levels of master-detail. Coupling nested routes to these
103103
nested views gets rid of a ton of work for the developer to wire all
104104
of it together when the user switches routes. Adding new screens
@@ -116,7 +116,7 @@ Benefits of This Approach
116116

117117
4. **URLs are your first thought, not an after-thought** - With React
118118
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.
120120

121121
Related Modules
122122
---------------
@@ -134,6 +134,6 @@ Thanks, Ember
134134
-------------
135135

136136
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
138138
Ember team for solving the hardest part already.
139139

0 commit comments

Comments
 (0)