Skip to content

Commit 22fa5bd

Browse files
Update is-supported-image-removed.md (#2214)
1 parent fd2d573 commit 22fa5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/is-supported-image-removed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The `isSupportedImage` method is supported, but deprecated.
4141

4242
The `isSupportedImage` method is removed.
4343

44-
Developers must use either `isImage` to check if a file is an image, or `isOptimizableImage` to check if the file is an image that can be optimized.
44+
Developers must use either `isImage` to check if a file is an image, or `isOptimizableImage` to check if the file is an image that can be optimized. Note that the behavior in Strapi v4 was equivalent to `isOptimizableImage`.
4545

4646
</SideBySideColumn>
4747

0 commit comments

Comments
 (0)