From a28b3489ac5bdf7efbdf51bf3945125d730b3bad Mon Sep 17 00:00:00 2001 From: Mike Pearson Date: Sat, 21 Jun 2025 17:21:41 -0600 Subject: [PATCH] docs: adjust wording (#4805) --- docs/en/guide/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guide/markdown.md b/docs/en/guide/markdown.md index bbd2b2a3..89d826d5 100644 --- a/docs/en/guide/markdown.md +++ b/docs/en/guide/markdown.md @@ -781,7 +781,7 @@ You can also [import snippets](#import-code-snippets) in code groups: You can include a markdown file in another markdown file, even nested. ::: tip -You can also prefix the markdown path with `@`, it will act as the source root. By default, it's the VitePress project root, unless `srcDir` is configured. +You can also prefix the markdown path with `@`, and it will act as the source root. By default, the source root is the VitePress project root, unless `srcDir` is configured. ::: For example, you can include a relative markdown file using this: