Skip to content

Commit

Permalink
spell
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Apr 24, 2019
1 parent 236b1a9 commit 017a497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getTagBodyText(tag: Proto.JSDocTagInfo): string | undefined {
switch (tag.name) {
case 'example':
case 'default':
// Convert to markdown code block if it not already one
// Convert to markdown code block if it is not already one
if (tag.text.match(/^\s*[~`]{3}/g)) {
return tag.text;
}
Expand Down

0 comments on commit 017a497

Please sign in to comment.