Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jun 24, 2022
1 parent cb784b8 commit ed66a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/future/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit ed66a67

Please sign in to comment.