Skip to content

Commit

Permalink
Update apps/www/src/config/descriptions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens authored Oct 10, 2023
1 parent 78c9fa3 commit dae8ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/config/descriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const descriptions: Record<string, string> = {
[KEY_RESET_NODE]: 'Reset the block type using rules.',
[KEY_SELECT_ON_BACKSPACE]:
'Select the preceding block instead of deleting when pressing backspace.',
[KEY_DELETE]: 'Remove the current block if empty when pressing delete foward',
[KEY_DELETE]: 'Remove the current block if empty when pressing delete forward',
[KEY_SINGLE_LINE]: 'Restrict the editor to a single block.',
[KEY_SOFT_BREAK]:
'Insert line breaks within a block of text without starting a new block.',
Expand Down

0 comments on commit dae8ac2

Please sign in to comment.