Skip to content

Commit 7bfa475

Browse files
committed
Fix typo
1 parent 280943b commit 7bfa475

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
@@ -167,7 +167,7 @@ var rawDraftJSObject = markdownToDraft(markdownString, {
167167
});
168168
```
169169

170-
If your custom Remarkable plugin returns a stand alone token, you can specify it
170+
If your custom Remarkable plugin returns a standalone token, you can specify it
171171
in the configuration:
172172
``` js
173173
var rawDraftJSObject = markdownToDraft(markdownString, {

0 commit comments

Comments
 (0)