Skip to content

Commit 248f218

Browse files
committed
fix: spelling mistake
1 parent 12336a2 commit 248f218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const styles = StyleSheet.create({
99
export const Main = memo(function Main() {
1010
return (
1111
<View style={styles.container}>
12-
<Text>react native with web and typecript</Text>
12+
<Text>react native with web and typescript</Text>
1313
</View>
1414
);
1515
});

0 commit comments

Comments
 (0)