From dae8ac25bfec4b7d1bda7d9502c40da875310a90 Mon Sep 17 00:00:00 2001 From: Ziad Beyens Date: Tue, 10 Oct 2023 17:37:56 +0200 Subject: [PATCH] Update apps/www/src/config/descriptions.ts --- apps/www/src/config/descriptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.',