Skip to content

Commit

Permalink
chore: fix comment typo (#22615)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Oct 22, 2021
1 parent 3c4c1c4 commit 90e5d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-server/src/ReactFizzHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function resetHooksState(): void {
}

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

0 comments on commit 90e5d36

Please sign in to comment.