From 5fd6fb95730f0fca59d2075d96adf4cd82e2bd84 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Tue, 1 Oct 2024 16:55:33 +0100 Subject: [PATCH] Fix typo Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --- packages/block-editor/src/store/selectors.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/block-editor/src/store/selectors.js b/packages/block-editor/src/store/selectors.js index 16189a90a81e9..6cf6aae296141 100644 --- a/packages/block-editor/src/store/selectors.js +++ b/packages/block-editor/src/store/selectors.js @@ -1542,8 +1542,8 @@ export function getTemplateLock( state, rootClientId ) { /** * Determines if the given block type is visible in the inserter. - * Note that this is different than whenter a block is allowed to be inserted. - * In some case, the block is not allowed in a given position but + * Note that this is different than whether a block is allowed to be inserted. + * In some cases, the block is not allowed in a given position but * it should still be visible in the inserter to be able to add it * to a different position. *