From 196eb8622ed4cfec30819819846d23ebe09135ab Mon Sep 17 00:00:00 2001 From: Danny Feliz Date: Wed, 5 May 2021 01:44:18 -0400 Subject: [PATCH] Fix typo (#1262) --- docs/src/docPages/api/commands/clear-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/api/commands/clear-content.md b/docs/src/docPages/api/commands/clear-content.md index 922c910f..678ba1bd 100644 --- a/docs/src/docPages/api/commands/clear-content.md +++ b/docs/src/docPages/api/commands/clear-content.md @@ -12,7 +12,7 @@ By default, it doesn’t trigger the update event. Passing `true` doesn’t prev ## Usage ```js -// Remoe all content from the document +// Remove all content from the document editor.commands.clearContent() // Remove all content, and trigger the `update` event