Skip to content

Commit

Permalink
Fix typo in USING_ADVANCED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardHoward committed Oct 3, 2019
1 parent 8e76f45 commit 2eb2fb4
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 2eb2fb4

Please sign in to comment.