Skip to content

Commit 7aefe32

Browse files
committed
Fix typo
1 parent 1b69a8b commit 7aefe32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-core/README.md

Lines changed: 1 addition & 1 deletion
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)