Skip to content

Commit 72bafef

Browse files
koenpuntfacebook-github-bot
authored andcommitted
fix type on => one
Summary: Just fixed a typo Closes facebook#12001 Differential Revision: D4443718 Pulled By: hramos fbshipit-source-id: 69d194da871491d7243c7cc0d07dff4dfb1db590
1 parent 4ff6593 commit 72bafef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/Image/Image.ios.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const ImageViewManager = NativeModules.ImageViewManager;
3535
* including network images, static resources, temporary local images, and
3636
* images from local disk, such as the camera roll.
3737
*
38-
* This example shows both fetching and displaying an image from local storage as well as on from
39-
* network.
38+
* This example shows both fetching and displaying an image from local
39+
* storage as well as one from network.
4040
*
4141
* ```ReactNativeWebPlayer
4242
* import React, { Component } from 'react';

0 commit comments

Comments
 (0)