Skip to content

Commit 4584a8a

Browse files
authored
Merge pull request #1558 from EdwardHoward/patch-1
Fix typo in USING_ADVANCED.md
2 parents 8e76f45 + 2eb2fb4 commit 4584a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/USING_ADVANCED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ marked.setOptions({
7373
console.log(marked(markdownString));
7474
```
7575

76-
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.
76+
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.
7777

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

0 commit comments

Comments
 (0)