Skip to content

Commit 94d6849

Browse files
bteazhengjitf
authored andcommitted
chore: fix comment typo (facebook#22615)
1 parent f8bedc3 commit 94d6849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-server/src/ReactFizzHooks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export function resetHooksState(): void {
218218
}
219219

220220
function getCacheForType<T>(resourceType: () => T): T {
221-
// TODO: This should silently mark this as client rendered since it's not necesssarily
221+
// TODO: This should silently mark this as client rendered since it's not necessarily
222222
// considered an error. It needs to work for things like Flight though.
223223
throw new Error('Not implemented.');
224224
}

0 commit comments

Comments
 (0)