From e3284af4690e3a204e2f80b56a8a04fabd094690 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 8 Sep 2022 10:12:44 -0400 Subject: [PATCH] Apply suggestions from code review --- docs/api-reference/next/future/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-reference/next/future/image.md b/docs/api-reference/next/future/image.md index eb5eb1976d25..11548dbbca23 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