Skip to content

Commit 4697951

Browse files
Brian Vaughnlucasecdb
andauthored
Update packages/react-devtools-shared/src/backend/renderer.js
Typo fix. Co-authored-by: Lucas Cordeiro <[email protected]>
1 parent 34842c7 commit 4697951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/backend/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ export function getInternalReactConstants(
206206
};
207207
} else if (gte(version, '17.0.0-alpha')) {
208208
ReactTypeOfWork = {
209-
CacheComponent: -1, // Doens't exist yet
209+
CacheComponent: -1, // Doesn't exist yet
210210
ClassComponent: 1,
211211
ContextConsumer: 9,
212212
ContextProvider: 10,

0 commit comments

Comments
 (0)