Skip to content

Commit

Permalink
Specify a language name
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisDeeSign committed Jun 9, 2023
1 parent 6067ad1 commit e95e92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ It’s possible to get/replace a word/sentence both entirely and partially,
before the cursor and after the cursor.
It is regulated by the `part`=`entirely`|`beforeCursor`|`afterCursor` parameter

```
```javascript
asc_editor.GetCurrentWord(part)
asc_editor.ReplaceCurrentWord(replaceString, part)
asc_editor.GetCurrentSentence(part)
Expand Down

0 comments on commit e95e92b

Please sign in to comment.