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
ribaricplusplus committed Apr 8, 2021
commit d36f3c2d2146ea40f3c9475f30eaf8ae63eb6dc9
2 changes: 1 addition & 1 deletion packages/edit-post/src/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function Editor( {
const { getEntityRecord, getPostType, getEntityRecords } = select(
'core'
);
const { getEditorSettings, __unsableIsEditorReady } = select(
const { getEditorSettings, __unstableIsEditorReady } = select(
'core/editor'
);
const { getBlockTypes } = select( blocksStore );
Expand Down