Skip to content

Commit

Permalink
Update jsx-in-depth.md (facebook#9178)
Browse files Browse the repository at this point in the history
* Update jsx-in-depth.md

Line 9 isn't changed

* Move selection down

* Fix

(cherry picked from commit ccb38a9)
  • Loading branch information
jayenashar authored and flarnie committed Jun 7, 2017
1 parent c4b08b7 commit 6aa3326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/jsx-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function Story(props) {

To fix this, we will assign the type to a capitalized variable first:

```js{9-11}
```js{10-12}
import React from 'react';
import { PhotoStory, VideoStory } from './stories';
Expand Down

0 comments on commit 6aa3326

Please sign in to comment.