From 5410b0b708bc7eb203cf45705ef71e5a9c4fa3b2 Mon Sep 17 00:00:00 2001 From: ramonjd Date: Tue, 14 Dec 2021 09:00:22 +1100 Subject: [PATCH] Fixed grammatical mistake. --- packages/block-library/src/image/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/image/edit.js b/packages/block-library/src/image/edit.js index 32a74b912282d..20a2a1590d3d4 100644 --- a/packages/block-library/src/image/edit.js +++ b/packages/block-library/src/image/edit.js @@ -90,7 +90,7 @@ function hasDefaultSize( image, defaultSize ) { /** * Checks if a media attachment object has been "destroyed", * that is, removed from the media library. The core Media Library - * add a `destroyed` property to a deleted attachment object in the media collection. + * adds a `destroyed` property to a deleted attachment object in the media collection. * * @param {number} id The attachment id. *