Skip to content

Commit dc0abef

Browse files
authored
Merge pull request #3334 from Pulkitxm/patch-1
Update part10b.md
2 parents 870db22 + cd562f8 commit dc0abef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/10/en/part10b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const BigBlueText = () => {
245245
<View style={styles.container}> // highlight-line
246246
<Text style={styles.text}> // highlight-line
247247
Big blue text
248-
<Text>
248+
</Text>
249249
</View>
250250
);
251251
};

0 commit comments

Comments
 (0)