Skip to content

Commit 6aa3326

Browse files
jayenasharflarnie
authored andcommitted
Update jsx-in-depth.md (facebook#9178)
* Update jsx-in-depth.md Line 9 isn't changed * Move selection down * Fix (cherry picked from commit ccb38a9)
1 parent c4b08b7 commit 6aa3326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/jsx-in-depth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ function Story(props) {
152152

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

155-
```js{9-11}
155+
```js{10-12}
156156
import React from 'react';
157157
import { PhotoStory, VideoStory } from './stories';
158158

0 commit comments

Comments
 (0)