From 60b48b3cabd9e704b6df39d644e7fdca4ca0667a Mon Sep 17 00:00:00 2001 From: iamppz Date: Sun, 6 Oct 2024 21:50:01 +0800 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ed909d..22bb27c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Comment.configure({ - `setComment`: Sets the comment for the current selection with the given commentId.
Example: `editor.commands.setComment('')` - `unsetComment`: Unsets the comment for the given commentId.
- Example: `editor.commands.setComment('')` + Example: `editor.commands.unsetComment('')` ## Stargazers