From cc5ec370dbb3c4d713806a066796ae1460c814d0 Mon Sep 17 00:00:00 2001 From: Ben Irvin Date: Mon, 16 Sep 2024 14:56:03 +0200 Subject: [PATCH] Update is-supported-image-removed.md --- .../v4-to-v5/breaking-changes/is-supported-image-removed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/is-supported-image-removed.md b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/is-supported-image-removed.md index ec2f59d733..fbd1f7418f 100644 --- a/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/is-supported-image-removed.md +++ b/docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/is-supported-image-removed.md @@ -41,7 +41,7 @@ The `isSupportedImage` method is supported, but deprecated. The `isSupportedImage` method is removed. -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. +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`.