From 3c52fab722904a141a45145cfffd2e2c96f39f89 Mon Sep 17 00:00:00 2001 From: Tien Do Date: Mon, 27 May 2024 18:05:23 +0700 Subject: [PATCH] Fix typo --- content/en/getting-started/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/usage.md b/content/en/getting-started/usage.md index 381091c60..b19920907 100644 --- a/content/en/getting-started/usage.md +++ b/content/en/getting-started/usage.md @@ -140,7 +140,7 @@ public/ ├── categories/ │ ├── index.html │ └── index.xml <-- RSS feed for this section -├── post/ +├── posts/ │ ├── my-first-post/ │ │ └── index.html │ ├── index.html