Skip to content

Commit d61c266

Browse files
authored
chore: small typo Wil[l] (#3216)
Minor spelling issue.
1 parent fb890ec commit d61c266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/marked.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function marked(src: string, options: MarkedOptions & { async: true }): P
3030
*
3131
* @param src String of markdown source to be compiled
3232
* @param options Optional hash of options
33-
* @return String of compiled HTML. Wil be a Promise of string if async is set to true by any extensions.
33+
* @return String of compiled HTML. Will be a Promise of string if async is set to true by any extensions.
3434
*/
3535
export function marked(src: string, options?: MarkedOptions): string | Promise<string>;
3636
export function marked(src: string, opt?: MarkedOptions): string | Promise<string> {

0 commit comments

Comments
 (0)