diff --git a/docs/next/image.html b/docs/next/image.html
index 0b97f4408d8..f0ed2d24ebe 100644
--- a/docs/next/image.html
+++ b/docs/next/image.html
@@ -612,7 +612,7 @@
| 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. |
diff --git a/docs/next/image/index.html b/docs/next/image/index.html
index 0b97f4408d8..f0ed2d24ebe 100644
--- a/docs/next/image/index.html
+++ b/docs/next/image/index.html
@@ -612,7 +612,7 @@
| 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. |