From 9a53c446dfc55eef59ebc13a35de0be79956c077 Mon Sep 17 00:00:00 2001 From: Mike Pearson Date: Sat, 21 Jun 2025 15:52:08 -0600 Subject: [PATCH] docs: Fix run-on sentence in markdown.md --- 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: