Skip to content

Commit f9f3e10

Browse files
authored
Update part2a.md
Remove typo s
1 parent 0c9e5bf commit f9f3e10

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
@@ -311,7 +311,7 @@ notes.map(note =>
311311
<li key={note.id}>
312312
{note.content}
313313
</li>
314-
)s
314+
)
315315
```
316316

317317
which generates a <i>li</i> tag containing the contents of the note from each note object.

0 commit comments

Comments
 (0)