diff --git a/src/marked.ts b/src/marked.ts index 9301db095c..51fe97ee78 100644 --- a/src/marked.ts +++ b/src/marked.ts @@ -30,7 +30,7 @@ export function marked(src: string, options: MarkedOptions & { async: true }): P * * @param src String of markdown source to be compiled * @param options Optional hash of options - * @return String of compiled HTML. Wil be a Promise of string if async is set to true by any extensions. + * @return String of compiled HTML. Will be a Promise of string if async is set to true by any extensions. */ export function marked(src: string, options?: MarkedOptions): string | Promise; export function marked(src: string, opt?: MarkedOptions): string | Promise {