We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b69a8b commit e25648bCopy full SHA for e25648b
packages/react-devtools-core/README.md
@@ -90,7 +90,7 @@ Set the DOM element DevTools UI should be rendered into on initialization.
90
_Optional_ callback to be notified when DevTools `WebSocket` closes (or errors).
91
92
#### `setProjectRoots(roots: Array<string>)`
93
-_Optional_ set of root directores for source files. These roots can be used to open an inspected component's source code using an IDE.
+_Optional_ set of root directories for source files. These roots can be used to open an inspected component's source code using an IDE.
94
95
#### `setStatusListener(callback: Function)`
96
_Optional_ callback to be notified of socket server events (e.g. initialized, errored, connected).
0 commit comments