Skip to content

Commit 24bf921

Browse files
authored
Merge pull request #22 from itkrt2y/patch-1
Fix typo
2 parents 317993c + e8fdf0e commit 24bf921

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
@@ -182,7 +182,7 @@ export default () => {
182182

183183
In addition to DOM and String prerendering, it's also possible to use a
184184
combination of the two. If an application's Webpack entry exports a prerender
185-
function that doens't return a value, the default DOM serialization will kick
185+
function that doesn't return a value, the default DOM serialization will kick
186186
in, just like in DOM prerendering. This means you can use your exported
187187
prerender function to trigger DOM manipulation ("client-side" rendering), and
188188
then just let `prerender-loader` handle generating the static HTML for whatever

0 commit comments

Comments
 (0)