From 602b5fa34935a4d30cc554fa7e0ae962acd5c763 Mon Sep 17 00:00:00 2001 From: Tom J Nowell Date: Tue, 30 Jul 2024 16:46:07 +0100 Subject: [PATCH] Fix a typo in use-image-sizes.js (#64100) Co-authored-by: tomjn --- packages/block-library/src/gallery/use-image-sizes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/block-library/src/gallery/use-image-sizes.js b/packages/block-library/src/gallery/use-image-sizes.js index c96cd8dbaf5781..8dcc3eca61115f 100644 --- a/packages/block-library/src/gallery/use-image-sizes.js +++ b/packages/block-library/src/gallery/use-image-sizes.js @@ -4,10 +4,10 @@ import { useMemo } from '@wordpress/element'; /** - * Calculates the image sizes that are avaible for the current gallery images in order to + * Calculates the image sizes that are available for the current gallery images in order to * populate the 'Resolution' selector. * - * @param {Array} images Basic image block data taken from current gallery innerBlock + * @param {Array} images Basic image block data taken from current gallery innerBlock. * @param {boolean} isSelected Is the block currently selected in the editor. * @param {Function} getSettings Block editor store selector. *