Skip to content

Commit 32b93c5

Browse files
create() should be in backticks
1 parent 7bb4764 commit 32b93c5

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
@@ -83,7 +83,7 @@ const proofreader = await Proofreader.create({
8383

8484
When explanations for corrections are requested for the proofreading result, the default behavior for the proofreader object assumes that the explanation language is unknown and will be the same as the input language.
8585

86-
Similar to input languages, it’s better practice, if possible, to supply the create() method with the expected explanation languages.
86+
Similar to input languages, it’s better practice, if possible, to supply the `create()` method with the expected explanation languages.
8787

8888
```js
8989
const proofreader = await Proofreader.create({

0 commit comments

Comments
 (0)