Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Robertshaw <[email protected]>
  • Loading branch information
glendaviesnz and aaronrobertshaw committed Aug 29, 2023
1 parent 84e4113 commit 81ece3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2293,7 +2293,7 @@ const checkAllowListRecursive = ( blocks, allowedBlockTypes ) => {
function getUnsyncedPatterns( state ) {
const reusableBlocks =
state?.settings?.__experimentalReusableBlocks ?? EMPTY_ARRAY;
const { patternCatogoriesMap: categories } =
const { patternCategoriesMap: categories } =
state?.settings?.__experimentalUserPatternCategories ?? {};
return reusableBlocks
.filter(
Expand Down

0 comments on commit 81ece3c

Please sign in to comment.