diff --git a/docs/image.html b/docs/image.html
index 5280a319eb2..500f8bd1500 100644
--- a/docs/image.html
+++ b/docs/image.html
@@ -416,7 +416,7 @@ preload images will be provided as a separate API.
| uri | string | Yes | The location of the image. |
-| success | function | Yes | The function that will be called if the image was successfully found and widthand height retrieved. |
+| 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. |
diff --git a/docs/next/image.html b/docs/next/image.html
index 7540e0d6945..2139e0e77b5 100644
--- a/docs/next/image.html
+++ b/docs/next/image.html
@@ -419,7 +419,7 @@ provided as a separate API.
| uri | string | Yes | The location of the image. |
-| success | function | Yes | The function that will be called if the image was successfully found and widthand height retrieved. |
+| 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. |