From 88582b7608ae2a325f05e4e1ac2bb4c7d5b96c1e Mon Sep 17 00:00:00 2001 From: Mahesh Rijal <62394512+maheshrijal@users.noreply.github.com> Date: Fri, 14 Jun 2024 19:09:04 +0530 Subject: [PATCH] chore: fix typo --- src/posts/2022/2022-11-02-markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2022/2022-11-02-markdown.md b/src/posts/2022/2022-11-02-markdown.md index 3fe8c75..f7955e0 100644 --- a/src/posts/2022/2022-11-02-markdown.md +++ b/src/posts/2022/2022-11-02-markdown.md @@ -11,7 +11,7 @@ You can configure them in `config/plugins/markdown.js`. As of my personal preference, there are some presets. For example the conversion of web pages to links (www.lenesaile.com) and the addition of `rel="noopener"` for external links (all links with the pattern `/^https?:/`). **This is a tiny pitfall!** -Take care to not prefix your internal links with your domain, or else they will be treated ad external as well. To link internally use this pattern: +Take care to not prefix your internal links with your domain, or else they will be treated as external. To link internally, use this pattern: ```markdown An internal link to the [about page](/about/)