diff --git a/docs/UsingAScrollView.md b/docs/UsingAScrollView.md index 48e8b0398..a1e9ef303 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, View } from 'react-native' +import { AppRegistry, ScrollView, Image, Text } from 'react-native' class IScrolledDownAndWhatHappenedNextShockedMe extends Component { render() {