From 1a1fd800b5f63c33566dfd4294cc48f099f926df Mon Sep 17 00:00:00 2001 From: ovarunendra Date: Mon, 7 May 2018 21:02:01 +0530 Subject: [PATCH] [DOC] fixed errata in image doc --- docs/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/image.md b/docs/image.md index eb74504d580..a3a49ad4e54 100644 --- a/docs/image.md +++ b/docs/image.md @@ -424,7 +424,7 @@ Does not work for static image resources. | ------- | -------- | -------- | ---------------------------------------------------------------------------------------------------- | | uri | string | Yes | The location of the image. | | success | function | Yes | The function that will be called if the image was successfully found and width and height retrieved. | -| failure | function | No | The function that will be called if there was an error, such as failing toto retrieve the image. | +| failure | function | No | The function that will be called if there was an error, such as failing to retrieve the image. | ---