From 4b5fbf5823909e1549bb9714d0b78d62d6cd5b23 Mon Sep 17 00:00:00 2001 From: EdwardHoward Date: Thu, 3 Oct 2019 17:50:39 -0600 Subject: [PATCH] Fix typo in USING_ADVANCED.md --- docs/USING_ADVANCED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/USING_ADVANCED.md b/docs/USING_ADVANCED.md index 1555ca51fe..94e1eb007e 100644 --- a/docs/USING_ADVANCED.md +++ b/docs/USING_ADVANCED.md @@ -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.

Workers