Skip to content

Commit

Permalink
fix: spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Aug 18, 2019
1 parent 12336a2 commit 248f218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const styles = StyleSheet.create({
export const Main = memo(function Main() {
return (
<View style={styles.container}>
<Text>react native with web and typecript</Text>
<Text>react native with web and typescript</Text>
</View>
);
});
Expand Down

0 comments on commit 248f218

Please # to comment.