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
Co-authored-by: Aki Hamano <[email protected]>
  • Loading branch information
youknowriad and t-hamano authored Dec 6, 2023
commit 4257dafa351c89563eb46b7cae6ae688d69ebb5c
2 changes: 1 addition & 1 deletion packages/editor/src/components/document-bar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function BaseDocumentActions( { postType, postId, onBack } ) {
{ title }
</Text>
</HStack>
<span className="edit-site-document-actions__shortcut">
<span className="editor-document-bar__shortcut">
{ displayShortcut.primary( 'k' ) }
</span>
</Button>
Expand Down