Skip to content

Commit 09a6320

Browse files
yairoprosatya164
andcommitted
Fix typo in server-rendering pages (react-navigation#1426)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent d14fe0c commit 09a6320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)