Skip to content

Commit

Permalink
Merge pull request markedjs#1558 from EdwardHoward/patch-1
Browse files Browse the repository at this point in the history
Fix typo in USING_ADVANCED.md
  • Loading branch information
styfle committed Oct 4, 2019
2 parents 6365bc9 + 4b5fbf5 commit 64b34ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/USING_ADVANCED.md
Expand Up @@ -73,7 +73,7 @@ marked.setOptions({
console.log(marked(markdownString));
```

In both examples, `code` is a `string` representing the section of code to pass to the highlighter. In this example, `lang` is a `string` informing the highlighter what programming lnaguage to use for the `code` and `callback` is the `function` the asynchronous highlighter will call once complete.
In both examples, `code` is a `string` representing the section of code to pass to the highlighter. In this example, `lang` is a `string` informing the highlighter what programming language to use for the `code` and `callback` is the `function` the asynchronous highlighter will call once complete.

<h2 id="workers">Workers</h2>

Expand Down

0 comments on commit 64b34ad

Please sign in to comment.