Skip to content

Commit 25ce9aa

Browse files
authored
Merge pull request #3794 from shu1513/patch-1
Update part2a.md
2 parents 3fb2c3e + 8beba52 commit 25ce9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Changing the command to:
300300
const result = notes.map(note => note.content)
301301
```
302302

303-
results in an array containing the contents of the notes.
303+
will give you an array containing the contents of the notes.
304304

305305
This is already pretty close to the React code we used:
306306

0 commit comments

Comments
 (0)