File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-devtools-core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Fizz Fixtures
2
2
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.
4
4
5
5
## Setup
6
6
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Set the DOM element DevTools UI should be rendered into on initialization.
90
90
_ Optional_ callback to be notified when DevTools ` WebSocket ` closes (or errors).
91
91
92
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.
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.
94
94
95
95
#### ` setStatusListener(callback: Function) `
96
96
_ Optional_ callback to be notified of socket server events (e.g. initialized, errored, connected).
You can’t perform that action at this time.
0 commit comments