Skip to content

Commit d7f7ce7

Browse files
Update part2e.md
There is a grammatical error in the sentence. It should use the article "a" instead of "an".
1 parent b8bb9d3 commit d7f7ce7

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
@@ -357,7 +357,7 @@ The error message is
357357
Cannot read properties of null (reading 'map')
358358
```
359359

360-
The variable _notesToShow_ is first assigned the value of the state _notes_ and then the code tries to call method _map_ to an nonexisting object, that is, to _null_.
360+
The variable _notesToShow_ is first assigned the value of the state _notes_ and then the code tries to call method _map_ to a nonexisting object, that is, to _null_.
361361

362362
What is the reason for that?
363363

0 commit comments

Comments
 (0)