From daf3bd1b886f9c9354ab3e0ade368eb97d2a04f0 Mon Sep 17 00:00:00 2001 From: Shashank Saxena Date: Sun, 28 May 2017 13:41:49 -0700 Subject: [PATCH] updated docs/UsingAScrollView.md Summary: should be consistent with semicolons... Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is solid. - [x] Match the **code formatting** of the rest of the codebase. - [x] Target the `master` branch, NOT a "stable" branch. I think it's good to stay consistent when using semicolons and when not using semicolons. What existing problem does the pull request solve? Consistency, I guess? None really - it's a document (markdown) change. Not much to test. Closes https://github.com/facebook/react-native/pull/13993 Differential Revision: D5144814 Pulled By: shergin fbshipit-source-id: 8bf345897738458183047a229a3d327bec4b64ae --- docs/UsingAScrollView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UsingAScrollView.md b/docs/UsingAScrollView.md index 696049f2d..777812df9 100644 --- a/docs/UsingAScrollView.md +++ b/docs/UsingAScrollView.md @@ -14,7 +14,7 @@ This example creates a vertical `ScrollView` with both images and text mixed tog ```ReactNativeWebPlayer import React, { Component } from 'react'; -import { AppRegistry, ScrollView, Image, Text } from 'react-native' +import { AppRegistry, ScrollView, Image, Text } from 'react-native'; export default class IScrolledDownAndWhatHappenedNextShockedMe extends Component { render() {