Skip to content

Commit 3e0aa88

Browse files
committed
Fix some typos
- fixtures/fizz/README.md - packages/react-devtools-core/README.md
1 parent 26ba5fb commit 3e0aa88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fixtures/fizz/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fizz Fixtures
22

3-
A set of basic tests for Fizz primarily focussed on baseline perfomrance of legacy renderToString and streaming implementations.
3+
A set of basic tests for Fizz primarily focussed on baseline performance of legacy renderToString and streaming implementations.
44

55
## Setup
66

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)