Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
- fixtures/fizz/README.md
- packages/react-devtools-core/README.md
  • Loading branch information
taiga39 committed Aug 21, 2022
1 parent 26ba5fb commit 3e0aa88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/fizz/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fizz Fixtures

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

## Setup

Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Set the DOM element DevTools UI should be rendered into on initialization.
_Optional_ callback to be notified when DevTools `WebSocket` closes (or errors).

#### `setProjectRoots(roots: Array<string>)`
_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.

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

0 comments on commit 3e0aa88

Please sign in to comment.