Skip to content

Commit

Permalink
Merge pull request #1189 from storybooks/shilman-patch-1
Browse files Browse the repository at this point in the history
Fixed typo in react-native browser instructions
  • Loading branch information
shilman authored Jun 5, 2017
2 parents b6c40e5 + 233b3d6 commit 1a247cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react-native/src/manager/components/PreviewHelp.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class PreviewHelp extends Component {
For <span style={styles.code}>react-native init</span> apps:
</p>
<div style={styles.codeBlock}>
<pre style={styles.instructionsCode}>npm run &lt;platform&gt;</pre>
<pre style={styles.instructionsCode}>react-native run-&lt;platform&gt;</pre>
</div>
</div>
);
Expand Down

0 comments on commit 1a247cd

Please # to comment.