Skip to content

Commit e679a4b

Browse files
wincentgaearon
authored andcommitted
Fix typo in code comment (#14696)
1 parent 8bcc88f commit e679a4b

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)