Skip to content

Commit 8ee4f52

Browse files
sr2echakassens
andauthored
Fix: Documentation typos (#24471)
* fix: typo Co-authored-by: Jan Kassens <[email protected]>
1 parent 6cf06a9 commit 8ee4f52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 performance of legacy renderToString and streaming implementations.
3+
A set of basic tests for Fizz primarily focused 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
@@ -128,4 +128,4 @@ Watch for changes made to the standalone UI entry point and rebuild:
128128
yarn start:standalone
129129
```
130130

131-
Run the standalone UI using `yarn start` in the [`react-devtools`](https://github.com/facebook/react/tree/main/packages/react-devtools).
131+
Run the standalone UI using `yarn start` in the [`react-devtools`](https://github.com/facebook/react/tree/main/packages/react-devtools).

packages/react-devtools/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ October 8, 2021
240240
October 1, 2021
241241

242242
#### Bugfix
243-
* Fixed potential cache miss when insepcting elements ([bvaughn](https://github.com/bvaughn) in [#22472](https://github.com/facebook/react/pull/22472))
243+
* Fixed potential cache miss when inspecting elements ([bvaughn](https://github.com/bvaughn) in [#22472](https://github.com/facebook/react/pull/22472))
244244

245245
---
246246

@@ -251,7 +251,7 @@ September 29, 2021
251251
* Scheduling Profiler: Show Suspense resource .displayName ([bvaughn](https://github.com/bvaughn) in [#22451](https://github.com/facebook/react/pull/22451))
252252
* Scheduling Profiler marks should include thrown Errors ([bvaughn](https://github.com/bvaughn) in [#22419](https://github.com/facebook/react/pull/22419))
253253
* Don't patch console during first render in strict mode ([lunaruan](https://github.com/lunaruan) in [#22308](https://github.com/facebook/react/pull/22308))
254-
* Show which hook indicies changed when profiling for all builds ([bvaughn](https://github.com/bvaughn) in [#22365](https://github.com/facebook/react/pull/22365))
254+
* Show which hook indices changed when profiling for all builds ([bvaughn](https://github.com/bvaughn) in [#22365](https://github.com/facebook/react/pull/22365))
255255
* Display actual ReactDOM API name in root type ([eps1lon](https://github.com/eps1lon) in [#22363](https://github.com/facebook/react/pull/22363))
256256
* Add named hooks support to standalone and inline DevTools ([jstejada](https://github.com/jstejada) in [#22320](https://github.com/facebook/react/pull/22320) and [bvaughn](https://github.com/bvaughn) in [#22263](https://github.com/facebook/react/pull/22263))
257257
#### Bugfix

0 commit comments

Comments
 (0)