Skip to content

Commit 1f4c929

Browse files
Update docs/router/ssr.md
Co-authored-by: Liam Ma <liam.q.ma@gmail.com>
1 parent 6dabf84 commit 1f4c929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const App = () => (
2929
);
3030
```
3131

32-
When however you need to SSR your app, we need pass different props to Router, as `createBrowserHistory` does not really work on server, so we recommend to use `location` instead (or pass your own `MemoryHistory` if needed)
32+
When you need to SSR your app, we need to pass different props to Router, as `createBrowserHistory` does not really work on server, so we recommend to use `location` instead (or pass your own `MemoryHistory` if needed)
3333

3434
```js
3535
// server-app.js

0 commit comments

Comments
 (0)