diff --git a/docs/api-reference/next/future/image.md b/docs/api-reference/next/future/image.md index 65ce609c681df..99219d930ee0b 100644 --- a/docs/api-reference/next/future/image.md +++ b/docs/api-reference/next/future/image.md @@ -137,7 +137,7 @@ The callback function will be called with one argument, an object with the follo A callback function that is invoked when the image is loaded. -Note that the load event might occur before client-side hydration completes or it might occur before so this callback might not be invoked in that case. +Note that the load event might occur before client-side hydration completes, so this callback might not be invoked in that case. Instead, use [`onLoadingComplete`](#onloadingcomplete).