Skip to content

Commit b582fdf

Browse files
authored
Merge pull request #3886 from kevmhughes/patch-1
Update part2e.md
2 parents f63d971 + f28df8a commit b582fdf

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
@@ -322,7 +322,7 @@ const App = () => {
322322

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

325-
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:
325+
If the state were only saving "one thing", a more appropriate initial value would be _null_ denoting that there is <i>nothing</i> in the state at the start. Let's see what happens if we use this initial value:
326326

327327
```js
328328
const App = () => {

0 commit comments

Comments
 (0)