Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Zielinski <adam@adamziel.com>
  • Loading branch information
talldan and adamziel committed Jan 30, 2023
1 parent 54513ea commit a69e0d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/store/private-actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function __experimentalUpdateSettings(
}

/**
* Returns an action object used in signalling that the block interface, eg. toolbar, outline, etc. should be hidden.
* Hides the block interface (eg. toolbar, outline, etc.)
*
* @return {Object} Action object.
*/
Expand All @@ -54,7 +54,7 @@ export function hideBlockInterface() {
}

/**
* Returns an action object used in signalling that the block interface, eg. toolbar, outline, etc. should be shown.
* Shows the block interface (eg. toolbar, outline, etc.)
*
* @return {Object} Action object.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/private-selectors.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Returns true if the the block interface should be hidden, or false otherwise.
* Returns true if the block interface is hidden, or false otherwise.
*
* @param {Object} state Global application state.
*
Expand Down
3 changes: 0 additions & 3 deletions packages/block-editor/src/store/test/private-actions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/**
* External dependencies
*/
/**
* Internal dependencies
*/
Expand Down

0 comments on commit a69e0d4

Please sign in to comment.