From 89a78ccc5de0b27e12712eae976107188b1e16a4 Mon Sep 17 00:00:00 2001 From: Lenin Raga Maravilla Date: Tue, 7 Oct 2025 18:17:59 +0200 Subject: [PATCH] chore: fix project-structure.md typo --- docs/content/en/1.getting-started/4.project-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/1.getting-started/4.project-structure.md b/docs/content/en/1.getting-started/4.project-structure.md index 2736ea628..f9b864257 100644 --- a/docs/content/en/1.getting-started/4.project-structure.md +++ b/docs/content/en/1.getting-started/4.project-structure.md @@ -73,7 +73,7 @@ Files contained within the `public/` directory are served at the root and are no ### `package.json` This file contains all the dependencies and scripts for your application. The `package.json` of -a Docus application si really minimal and looks like: +a Docus application is really minimal and looks like: ```json [package.json] {