Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
glendaviesnz committed Oct 5, 2023
commit 7815d52b01c0ccc761191613ad0fa8edb0b4b1b5
2 changes: 1 addition & 1 deletion packages/patterns/src/components/create-pattern-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function CreatePatternModal( {
( category ) => {
if (
! uniqueCategories.has( category.label ) &&
// There are two core categories with `Post` label so explictily remove the one with
// There are two core categories with `Post` label so explicitly remove the one with
// the `query` slug to avoid any confusion.
category.name !== 'query'
) {
Expand Down