Skip to content

Commit 053fcf9

Browse files
wincentn8schloss
authored andcommitted
Fix typo in code comment (facebook#14696)
1 parent c5d2def commit 053fcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/ReactFiberHooks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type HookType =
7070
| 'useDebugValue';
7171

7272
// the first instance of a hook mismatch in a component,
73-
// represented by a portion of it's stacktrace
73+
// represented by a portion of its stacktrace
7474
let currentHookMismatchInDev = null;
7575
let isInHookUserCodeInDev = false;
7676

0 commit comments

Comments
 (0)