Skip to content

Commit

Permalink
Fix typo in quick-start guide (#4878)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfonso Gober authored and timdorr committed Mar 30, 2017
1 parent 76e8b6d commit 82fe4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router-native/docs/guides/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Topics = ({ match }) => (
</View>
)

const nativeRouterExamples = () => (
const App = () => (
<NativeRouter>
<View style={styles.container}>
<View style={styles.nav}>
Expand Down

0 comments on commit 82fe4e8

Please sign in to comment.