Skip to content

Commit

Permalink
Typo fix (facebook#17946)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenrizSusam committed Jan 31, 2020
1 parent d9a5170 commit 00745b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-dom/src/events/ReactDOMEventReplaying.js
Expand Up @@ -293,7 +293,7 @@ export function queueDiscreteEvent(
// to attempt hydrating that one.
continue;
} else {
// We're still blocked from hydation, we have to give up
// We're still blocked from hydration, we have to give up
// and replay later.
break;
}
Expand Down

0 comments on commit 00745b0

Please sign in to comment.