Skip to content

Commit

Permalink
Fix: Typos on __unstableSetTemporarilyEditingAsBlocks documentation. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta authored Jan 11, 2024
1 parent 50ac86a commit 7dd9205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dd9205

Please sign in to comment.