From 74aa6fabaf762388ff06b20dffc197c0c1e28b84 Mon Sep 17 00:00:00 2001 From: Evorp <75297863+3vorp@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:15:03 -0800 Subject: [PATCH] docs: fix typo (#4454) [lunaria-ignore] --- 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 dd577fe1..f8edbbc5 100644 --- a/docs/en/guide/markdown.md +++ b/docs/en/guide/markdown.md @@ -22,7 +22,7 @@ Both internal and external links get special treatment. ### Internal Links -Internal links are converted to router link for SPA navigation. Also, every `index.md` contained in each sub-directory will automatically be converted to `index.html`, with corresponding URL `/`. +Internal links are converted to router links for SPA navigation. Also, every `index.md` contained in each sub-directory will automatically be converted to `index.html`, with corresponding URL `/`. For example, given the following directory structure: