Skip to content

Commit

Permalink
[DOC] fixed errata in image doc (#2221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovarunendra authored Sep 23, 2020
1 parent 3770032 commit f5b9422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Does not work for static image resources.
| uri | string | Yes | The location of the image. |
| headers | object | Yes | The headers for the request. |
| 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. |

---

Expand Down

0 comments on commit f5b9422

Please sign in to comment.