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
  • Loading branch information
jayenashar authored and gaearon committed Apr 18, 2017
1 parent 363f6cb commit ccb38a9
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 ccb38a9

Please sign in to comment.