Skip to content

Commit cd562f8

Browse files
authored
Update part10b.md
Missing / in closing Text tag
1 parent a8e4af5 commit cd562f8

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)