Skip to content

Commit

Permalink
Fix a typo in use-image-sizes.js (WordPress#64100)
Browse files Browse the repository at this point in the history
Co-authored-by: tomjn <[email protected]>
  • Loading branch information
tomjn and tomjn authored Jul 30, 2024
1 parent 8f053a6 commit 602b5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/gallery/use-image-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 602b5fa

Please sign in to comment.