diff --git a/docs/api-reference/next/future/image.md b/docs/api-reference/next/future/image.md index eb5eb1976d2..11548dbbca2 100644 --- a/docs/api-reference/next/future/image.md +++ b/docs/api-reference/next/future/image.md @@ -307,7 +307,7 @@ Also keep in mind that the required `width` and `height` props can interact with A callback function that is invoked once the image is completely loaded and the [placeholder](#placeholder) has been removed. -The callback function will be called with one argument, a reference to the underlying `img` element. +The callback function will be called with one argument, a reference to the underlying `` element. ### onLoad