From 28b16dd294776deb4c06e65453277707645da9ed Mon Sep 17 00:00:00 2001 From: Mohit Natoo Date: Sat, 4 Jun 2016 15:48:42 -0700 Subject: [PATCH] use 'a uri' instead of 'an uri' as uri is pronounced as 'You R I' Summary: Closes https://github.com/facebook/react-native/pull/7912 Differential Revision: D3390536 fbshipit-source-id: b0ca315b1e8b4b5ab0c7933cf995c9982a074afc --- docs/Images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Images.md b/docs/Images.md index 89c8d44638b..f00363c1695 100644 --- a/docs/Images.md +++ b/docs/Images.md @@ -113,7 +113,7 @@ For example, the result of `require('./my-icon.png')` might be: ## Source as an object -In React Native, one interesting decision is that the `src` attribute is named `source` and doesn't take a string but an object with an `uri` attribute. +In React Native, one interesting decision is that the `src` attribute is named `source` and doesn't take a string but an object with a `uri` attribute. ```javascript