Skip to content

Commit 18f1c08

Browse files
authored
Merge pull request #2531 from smirnoff647/patch-1
fixed small typo
2 parents 9941a00 + 2967756 commit 18f1c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ const App = () => {
340340

341341
This is a pretty natural initial value since the notes are a set, that is, there are many notes that the state will store.
342342

343-
If the state would be only saving "one thing", a more proper initial value would be _null_ denoting that there is <i>noting</i> in the state at the start. Let us try what happens if we use this initial value:
343+
If the state would be only saving "one thing", a more proper initial value would be _null_ denoting that there is <i>nothing</i> in the state at the start. Let us try what happens if we use this initial value:
344344

345345
```js
346346
const App = () => {

0 commit comments

Comments
 (0)