Skip to content
Prev Previous commit
Next Next commit
Fix typo in editor.js
  • Loading branch information
michalczaplinski authored and aaronrobertshaw committed May 10, 2024
commit 172cc9a871c6be40d8c7f63d3d0b3871283f299b
2 changes: 1 addition & 1 deletion packages/edit-post/src/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function Editor( {
const editorSettings = useMemo(
() => ( {
...settings,
// TODO: This key should have a better names
// TODO: This key should have a better name
__globalStyles: styles,
onNavigateToEntityRecord,
onNavigateToPreviousEntityRecord,
Expand Down