Skip to content

Commit

Permalink
Several typo correction in documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
shail-mehta committed Jun 8, 2024
1 parent acbfacf commit e72cf54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/contributors/folder-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following snippet explains how the Gutenberg repository is structured omitti
│ Set of documentation pages composing the [Block editor handbook](https://developer.wordpress.org/block-editor/).
├── platform-docs
│ Documentation website targetted to non WordPress developpers
│ Documentation website targeted to non WordPress developers
│ using Gutenberg in their own applications.
│ Deployed on [https://wordpress.org/gutenberg-framework/](https://wordpress.org/gutenberg-framework/).
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-guides/slotfills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ See [core code](https://github.com/WordPress/gutenberg/tree/HEAD/packages/editor
```js
export default function PostSummary( { onActionPerformed } ) {
const { isRemovedPostStatusPanel } = useSelect( ( select ) => {
// We use isEditorPanelRemoved to hide the panel if it was programatically removed. We do
// We use isEditorPanelRemoved to hide the panel if it was programmatically removed. We do
// not use isEditorPanelEnabled since this panel should not be disabled through the UI.
const { isEditorPanelRemoved, getCurrentPostType } =
select( editorStore );
Expand Down

0 comments on commit e72cf54

Please sign in to comment.