Skip to content

Commit ec36ffd

Browse files
authored
fix typo
I'm not sure if it's intended but seems like a typo.
1 parent cf3932b commit ec36ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/ReactFetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if (enableCache && enableFetchInstrumentation) {
131131
// eslint-disable-next-line react-internal/no-production-logging
132132
console.warn(
133133
'React was unable to patch the fetch() function in this environment. ' +
134-
'Suspensey APIs might not work correctly as a result.',
134+
'Suspense APIs might not work correctly as a result.',
135135
);
136136
}
137137
}

0 commit comments

Comments
 (0)