From 8b71e9fcedc52bbd845d766c21b41eb069e8db5c Mon Sep 17 00:00:00 2001 From: Jayen Ashar Date: Wed, 19 Apr 2017 00:29:17 +1000 Subject: [PATCH] Update jsx-in-depth.md (#9178) * Update jsx-in-depth.md Line 9 isn't changed * Move selection down * Fix (cherry picked from commit ccb38a96cf480d99a18f8764ccd12c59289bb542) --- docs/docs/jsx-in-depth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/jsx-in-depth.md b/docs/docs/jsx-in-depth.md index c71bc68be7..d75fd72fc4 100644 --- a/docs/docs/jsx-in-depth.md +++ b/docs/docs/jsx-in-depth.md @@ -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';