Skip to content

Commit 200415c

Browse files
authored
fix typos (#22288)
1 parent 0b32951 commit 200415c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-devtools-inline/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const DevTools = initialize(contentWindow);
6666

6767
### Supporting named hooks
6868

69-
DevTools can display hook "names" for an inspected component, although determining the "names" requires loading the source (and source-maps), parsing the code, and infering the names based on which variables hook values get assigned to. Because the code for this is non-trivial, it's lazy-loaded only if the feature is enabled.
69+
DevTools can display hook "names" for an inspected component, although determining the "names" requires loading the source (and source-maps), parsing the code, and inferring the names based on which variables hook values get assigned to. Because the code for this is non-trivial, it's lazy-loaded only if the feature is enabled.
7070

7171
To configure this package to support this functionality, you'll need to provide a prop that dynamically imports the extra functionality:
7272
```js

packages/react-devtools/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Intrested in contributing to React DevTools, but not sure where to start? This is the place!
2+
Interested in contributing to React DevTools, but not sure where to start? This is the place!
33

44
# Install project dependencies
55
To get started, check out the React repo:

0 commit comments

Comments
 (0)