Skip to content

Commit 166c7bb

Browse files
committed
[ci skip] chore: type in README
1 parent 92951e6 commit 166c7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ If you set `context.state` on server, it will auto inject a script contains `win
185185

186186
### Style injection and Head Management
187187

188-
Without SSR, we can easily use `style-loader`, however we need to collect rendered components with there styles together on runtime, so we choose to use [react-style-loader](https://github.com/JounQin/react-style-loader) which forked [vue-style-loader](https://github.com/vuejs/vue-style-loader) indeed.
188+
Without SSR, we can easily use `style-loader`, however we need to collect rendered components with their styles together on runtime, so we choose to use [react-style-loader](https://github.com/JounQin/react-style-loader) which forked [vue-style-loader](https://github.com/vuejs/vue-style-loader) indeed.
189189

190190
Let's create a simple HOC for server style, title management and http injection.
191191

0 commit comments

Comments
 (0)