Update jsx-in-depth.md (#9178)

* Update jsx-in-depth.md

Line 9 isn't changed

* Move selection down

* Fix

(cherry picked from commit ccb38a96cf)
This commit is contained in:
Jayen Ashar
2017-06-12 16:33:39 -07:00
committed by Flarnie Marchan
parent a6102842ac
commit 8b71e9fced
+1 -1
View File
@@ -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';