diff --git a/apps/www/src/config/descriptions.ts b/apps/www/src/config/descriptions.ts index 9b4d4d766b..a9e5adce3b 100644 --- a/apps/www/src/config/descriptions.ts +++ b/apps/www/src/config/descriptions.ts @@ -94,7 +94,7 @@ export const descriptions: Record = { [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.',