Skip to content

Commit

Permalink
Fix grammar (#3331)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffaybu authored and markerikson committed Jan 15, 2019
1 parent 343cc97 commit 16ebb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/ServerRendering.md
Expand Up @@ -76,7 +76,7 @@ app.listen(port)

### Handling the Request

The first thing that we need to do on every request is create a new Redux store instance. The only purpose of this store instance is to provide the initial state of our application.
The first thing that we need to do on every request is to create a new Redux store instance. The only purpose of this store instance is to provide the initial state of our application.

When rendering, we will wrap `<App />`, our root component, inside a `<Provider>` to make the store available to all components in the component tree, as we saw in [Usage with React](../basics/UsageWithReact.md).

Expand Down

0 comments on commit 16ebb99

Please sign in to comment.