From 1dc02c96069f42f845ae697ce4b9a9fa82873636 Mon Sep 17 00:00:00 2001 From: Laube <75902023+LPAube@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:43:18 -0500 Subject: [PATCH] missing word: "in" (#5665) --- beta/src/content/learn/conditional-rendering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/src/content/learn/conditional-rendering.md b/beta/src/content/learn/conditional-rendering.md index a0486d24..cbae68ce 100644 --- a/beta/src/content/learn/conditional-rendering.md +++ b/beta/src/content/learn/conditional-rendering.md @@ -212,7 +212,7 @@ If you're coming from an object-oriented programming background, you might assum -Now let's say you want to wrap the completed item's text into another HTML tag, like `` 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: +Now let's say you want to wrap the completed item's text into another HTML tag, like `` 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: