Skip to content

Commit f28df8a

Browse files
authored
Update part2e.md
Incorrect usage of 2nd conditional, adjective and verb in imperative mood.
1 parent 7e4db6c commit f28df8a

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)