Skip to content

Commit 373b297

Browse files
authored
fix: Fix typo in react-reconciler docs (#20284)
peristent -> persistent
1 parent 1b5ca99 commit 373b297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ At the moment, we can't commit to documenting every API detail because the host
6969

7070
#### Modes
7171

72-
The reconciler has two modes: mutation mode and peristent mode. You must specify one of them.
72+
The reconciler has two modes: mutation mode and persistent mode. You must specify one of them.
7373

7474
If your target platform is similar to the DOM and has methods similar to `appendChild`, `removeChild`, and so on, you'll want to use the **mutation mode**. This is the same mode used by React DOM, React ART, and the classic React Native renderer.
7575

0 commit comments

Comments
 (0)