We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 317993c + e8fdf0e commit 24bf921Copy full SHA for 24bf921
README.md
@@ -182,7 +182,7 @@ export default () => {
182
183
In addition to DOM and String prerendering, it's also possible to use a
184
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
+function that doesn't return a value, the default DOM serialization will kick
186
in, just like in DOM prerendering. This means you can use your exported
187
prerender function to trigger DOM manipulation ("client-side" rendering), and
188
then just let `prerender-loader` handle generating the static HTML for whatever
0 commit comments