Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Feb 6, 2024
1 parent 708e9c1 commit 438a9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/admin/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ import {select, subscribe} from '@wordpress/data';
subscribe(() => {
if (editorStore.isSavingPost()) {
const changes = editorStore.getPostEdits();
// maske sure we have blocks to process
// make sure we have blocks to process
if (!Array.isArray(changes.blocks) || !changes.blocks.length) {
return;
}
Expand Down

0 comments on commit 438a9a0

Please sign in to comment.