From 0097ab98a7b7e793d35c9d4513361f23dc84a413 Mon Sep 17 00:00:00 2001 From: Daniel Fischer Date: Tue, 28 Feb 2017 06:11:23 -0800 Subject: [PATCH] Update UsingAScrollView.md Summary: Simple spacing update for consistency. Super simple PR. I'm just fixing the spacing in the documentation to be consistent with the other docs. Closes https://github.com/facebook/react-native/pull/12549 Differential Revision: D4608409 Pulled By: hramos fbshipit-source-id: 9df0e3e0260d292e6788f32a713552c30240da47 --- docs/UsingAScrollView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsingAScrollView.md b/docs/UsingAScrollView.md index 32b618b26..61e956fbd 100644 --- a/docs/UsingAScrollView.md +++ b/docs/UsingAScrollView.md @@ -18,7 +18,7 @@ import { AppRegistry, ScrollView, Image, Text } from 'react-native' class IScrolledDownAndWhatHappenedNextShockedMe extends Component { render() { - return( + return ( Scroll me plz