Skip to content

Commit

Permalink
Merge pull request #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 8e76f45 + 2eb2fb4 commit 4584a8a
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

1 comment on commit 4584a8a

@vercel
Copy link

@vercel vercel bot commented on 4584a8a Oct 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.