Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iamppz authored Oct 6, 2024
1 parent 6e0f4f0 commit 60b48b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Comment.configure({
- `setComment`: Sets the comment for the current selection with the given commentId. <br/>
Example: `editor.commands.setComment('<a-comment-id>')`
- `unsetComment`: Unsets the comment for the given commentId. <br/>
Example: `editor.commands.setComment('<a-comment-id>')`
Example: `editor.commands.unsetComment('<a-comment-id>')`

## Stargazers

Expand Down

0 comments on commit 60b48b3

Please sign in to comment.