Skip to content

Commit 090745a

Browse files
authored
Fix typo in JSX markup challenge example
Remaining "of" was an obvious remnant from the original (English) version
1 parent 0b0b5ef commit 090745a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/writing-markup-with-jsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export default function Bio() {
323323
<p className="summary">
324324
Wrzucam na nią swoje przemyślenia.
325325
<br /><br />
326-
<b>I <i>zdjęcia</i></b> of naukowców!
326+
<b>I <i>zdjęcia</i></b> naukowców!
327327
</p>
328328
</div>
329329
);

0 commit comments

Comments
 (0)