diff --git a/docs/next/image.html b/docs/next/image.html
index b6abdf0bfc6..366c8d7d954 100644
--- a/docs/next/image.html
+++ b/docs/next/image.html
@@ -401,7 +401,7 @@ AppRegistry.registerComponent(
| 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. |