Skip to content

Commit e25648b

Browse files
authored
devtools: Fix typo from directores to directories (#25124)
1 parent 1b69a8b commit e25648b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Set the DOM element DevTools UI should be rendered into on initialization.
9090
_Optional_ callback to be notified when DevTools `WebSocket` closes (or errors).
9191

9292
#### `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.
93+
_Optional_ set of root directories for source files. These roots can be used to open an inspected component's source code using an IDE.
9494

9595
#### `setStatusListener(callback: Function)`
9696
_Optional_ callback to be notified of socket server events (e.g. initialized, errored, connected).

0 commit comments

Comments
 (0)