From 7dd920589ab5abe5ec7a53e4b5c98a17add9cc4a Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Thu, 11 Jan 2024 17:13:07 +0000 Subject: [PATCH] Fix: Typos on __unstableSetTemporarilyEditingAsBlocks documentation. (#57768) --- packages/block-editor/src/store/actions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/block-editor/src/store/actions.js b/packages/block-editor/src/store/actions.js index da9beb0ba73a95..4b396045a73c2a 100644 --- a/packages/block-editor/src/store/actions.js +++ b/packages/block-editor/src/store/actions.js @@ -1679,13 +1679,13 @@ export function setBlockVisibility( updates ) { } /** - * Action that sets whether a block is being temporaritly edited as blocks. + * Action that sets whether a block is being temporarily edited as blocks. * * DO-NOT-USE in production. * This action is created for internal/experimental only usage and may be * removed anytime without any warning, causing breakage on any plugin or theme invoking it. * - * @param {?string} temporarilyEditingAsBlocks The block's clientId being temporaritly edited as blocks. + * @param {?string} temporarilyEditingAsBlocks The block's clientId being temporarily edited as blocks. */ export function __unstableSetTemporarilyEditingAsBlocks( temporarilyEditingAsBlocks