Skip to content

Commit b808ba4

Browse files
committed
fix new typo
1 parent 6295ed5 commit b808ba4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/overview/relation/reactjs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ package com.business.components {
7878
}
7979
```
8080

81-
Like React.js, there is no transitively detection of mutation methods; therefore, the following is preferred over an array `.push(v)`:
81+
The state's initializer represents the state's initial value.
82+
83+
Like React.js, there is no transitive detection of mutation methods; therefore, the following is preferred over an array `.push(v)`:
8284

8385
```
8486
x = [...x, v];

0 commit comments

Comments
 (0)