Skip to content

Commit 1dc02c9

Browse files
authored
missing word: "in" (#5665)
1 parent 2c1f905 commit 1dc02c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/src/content/learn/conditional-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ If you're coming from an object-oriented programming background, you might assum
212212
213213
</DeepDive>
214214
215-
Now let's say you want to wrap the completed item's text into another HTML tag, like `<del>` to strike it out. You can add even more newlines and parentheses so that it's easier to nest more JSX each of the cases:
215+
Now let's say you want to wrap the completed item's text into another HTML tag, like `<del>` to strike it out. You can add even more newlines and parentheses so that it's easier to nest more JSX in each of the cases:
216216

217217
<Sandpack>
218218

0 commit comments

Comments
 (0)