From f4138c28907654a862f5ec24be70a7da2320aed6 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Fri, 12 Jan 2024 17:06:48 +0000 Subject: [PATCH] Fix: Typo on BlockListBlock comments. --- packages/block-editor/src/components/block-list/block.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-list/block.js b/packages/block-editor/src/components/block-list/block.js index c053235c2d0d3..0bfc940865a09 100644 --- a/packages/block-editor/src/components/block-list/block.js +++ b/packages/block-editor/src/components/block-list/block.js @@ -482,7 +482,7 @@ BlockListBlock = compose( )( BlockListBlock ); // This component provides all the information we need through a single store -// subscription (useSelect mapping). Only the necesssary props are passed down +// subscription (useSelect mapping). Only the necessary props are passed down // to the BlockListBlock component, which is a filtered component, so these // props are public API. To avoid adding to the public API, we use a private // context to pass the rest of the information to the filtered BlockListBlock