Skip to content

Commit cb6d590

Browse files
authored
Merge pull request #2640 from MarcGuay/patch-3
Update part2a.md
2 parents e572d31 + f9f3e10 commit cb6d590

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)