Skip to content

Commit 6c3b51c

Browse files
authored
Update 06-react-router-ssr-helmet.md
1 parent a140e1e commit 6c3b51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/06-react-router-ssr-helmet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ I purposely made you write `FIX ME` in the title to highlight the fact that even
440440
import Helmet from 'react-helmet'
441441
// [...]
442442
const renderApp = (/* [...] */) => {
443-
443+
// [...]
444444
const appHtml = ReactDOMServer.renderToString(/* [...] */)
445445
const head = Helmet.rewind()
446446

0 commit comments

Comments
 (0)