Skip to content

Commit 982d599

Browse files
Merge pull request #17 from iamppz/patch-1
fix: typo
2 parents 6e0f4f0 + 60b48b3 commit 982d599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Comment.configure({
7373
- `setComment`: Sets the comment for the current selection with the given commentId. <br/>
7474
Example: `editor.commands.setComment('<a-comment-id>')`
7575
- `unsetComment`: Unsets the comment for the given commentId. <br/>
76-
Example: `editor.commands.setComment('<a-comment-id>')`
76+
Example: `editor.commands.unsetComment('<a-comment-id>')`
7777

7878
## Stargazers
7979

0 commit comments

Comments
 (0)