Skip to content

Commit

Permalink
chore: fix typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 8, 2022
1 parent 694e1b8 commit 936822c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown/src/plugins/assetsPlugin/resolveLink.ts
Expand Up @@ -17,7 +17,7 @@ export const resolveLink = (
(strict
? // only link starts with `./` or `../`
/^\.{1,2}\//.test(link)
: // link without protocal and not absolute links
: // link without protocol and not absolute links
!link.startsWith('/') && !/[A-z]+:\/\//.test(link)) &&
env.filePathRelative
) {
Expand Down

0 comments on commit 936822c

Please sign in to comment.