Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Sep 8, 2022
1 parent 5eb0f06 commit e3284af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/next/future/image.md
Expand Up @@ -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 `<img>` element.

### onLoad

Expand Down

0 comments on commit e3284af

Please sign in to comment.