diff --git a/docs/Images.md b/docs/Images.md index 89c8d4463..f00363c16 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