Skip to content

Commit

Permalink
Merge pull request #17 from iamppz/patch-1
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
sereneinserenade authored Oct 7, 2024
2 parents 6e0f4f0 + 60b48b3 commit 982d599
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 982d599

Please sign in to comment.