Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit c84de30

Browse files
derekbtwtimdorr
authored andcommitted
Fix RouterContext comment (#227)
I make the same mistake all the time :)
1 parent e8e8f3a commit c84de30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/13-server-rendering/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ import routes from './modules/routes'
152152
app.get('*', (req, res) => {
153153
// match the routes to the url
154154
match({ routes: routes, location: req.url }, (err, redirect, props) => {
155-
// `RouterContext` is the what `Router` renders. `Router` keeps these
155+
// `RouterContext` is what the `Router` renders. `Router` keeps these
156156
// `props` in its state as it listens to `browserHistory`. But on the
157157
// server our app is stateless, so we need to use `match` to
158158
// get these props before rendering.

0 commit comments

Comments
 (0)