From 839deb29052a184cb8e9968b203a9b6a77c45b86 Mon Sep 17 00:00:00 2001 From: Caleb Mazalevskis Date: Tue, 14 Nov 2023 08:11:14 +0800 Subject: [PATCH] Fix typo. (#11382) --- .../product-gallery-large-image-next-previous/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json b/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json index 032a62f305b..d5b63f7a021 100644 --- a/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json +++ b/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json @@ -4,7 +4,7 @@ "name": "woocommerce/product-gallery-large-image-next-previous", "version": "1.0.0", "title": "Next/Previous Buttons", - "description": "Dispaly next and previous buttons.", + "description": "Display next and previous buttons.", "category": "woocommerce", "keywords": [ "WooCommerce" ], "usesContext": [ "nextPreviousButtonsPosition", "productGalleryClientId", "postId"],