Skip to content

Commit

Permalink
Fix typo in code comment (#14696)
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent authored and gaearon committed Jan 24, 2019
1 parent 8bcc88f commit e679a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-reconciler/src/ReactFiberHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ type HookType =
| 'useDebugValue';

// the first instance of a hook mismatch in a component,
// represented by a portion of it's stacktrace
// represented by a portion of its stacktrace
let currentHookMismatchInDev = null;
let isInHookUserCodeInDev = false;

Expand Down

0 comments on commit e679a4b

Please sign in to comment.