From 72bafefc31e1ca9ddada3072b5ab77d1d5de587c Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Mon, 23 Jan 2017 15:00:52 -0800 Subject: [PATCH] fix type on => one Summary: Just fixed a typo Closes https://github.com/facebook/react-native/pull/12001 Differential Revision: D4443718 Pulled By: hramos fbshipit-source-id: 69d194da871491d7243c7cc0d07dff4dfb1db590 --- Libraries/Image/Image.ios.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/Image/Image.ios.js b/Libraries/Image/Image.ios.js index 70b804f37ca..645d7caab86 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -35,8 +35,8 @@ const ImageViewManager = NativeModules.ImageViewManager; * including network images, static resources, temporary local images, and * images from local disk, such as the camera roll. * - * This example shows both fetching and displaying an image from local storage as well as on from - * network. + * This example shows both fetching and displaying an image from local + * storage as well as one from network. * * ```ReactNativeWebPlayer * import React, { Component } from 'react';