Fix comment typo (#14156)

This commit is contained in:
Bartosz Gordon
2018-11-09 19:17:19 +01:00
committed by Sophie Alpert
parent 9fb9199455
commit 5618da49d8

View File

@@ -15,7 +15,7 @@ import invariant from 'shared/invariant';
function shim(...args: any) {
invariant(
false,
'The current renderer does not support hyration. ' +
'The current renderer does not support hydration. ' +
'This error is likely caused by a bug in React. ' +
'Please file an issue.',
);