Skip to content

Commit

Permalink
chore: small typo Wil[l] (#3216)
Browse files Browse the repository at this point in the history
Minor spelling issue.
  • Loading branch information
mdnwvn authored Mar 6, 2024
1 parent fb890ec commit d61c266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marked.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string>;
export function marked(src: string, opt?: MarkedOptions): string | Promise<string> {
Expand Down

0 comments on commit d61c266

Please # to comment.