From 571db1042bc1a7ad11b5fc4b3fd9a81fe89d7e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 25 Sep 2020 14:19:44 +0200 Subject: [PATCH] fix name --- packages/core/src/commands/replaceWithNode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/commands/replaceWithNode.ts b/packages/core/src/commands/replaceWithNode.ts index d992735a..afd69476 100644 --- a/packages/core/src/commands/replaceWithNode.ts +++ b/packages/core/src/commands/replaceWithNode.ts @@ -15,7 +15,7 @@ type ReplaceWithNodeCommand = ( declare module '../Editor' { interface Commands { - replaceText: ReplaceWithNodeCommand, + replaceWithNode: ReplaceWithNodeCommand, } }