Skip to content

Commit 67d7994

Browse files
committed
Update for 8.x
1 parent 27436d6 commit 67d7994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-8.x/server-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function NotFound() {
213213
const status = React.useContext(StatusCodeContext);
214214

215215
if (status) {
216-
staus.code = 404;
216+
status.code = 404;
217217
}
218218

219219
return (

0 commit comments

Comments
 (0)