From 045ec80e8869af53743add64f5634667bcba22cb Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:50:33 -0500 Subject: [PATCH] docs: Tiny grammar correction (#2563) --- docs/latest/getting-started/create-a-project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/getting-started/create-a-project.md b/docs/latest/getting-started/create-a-project.md index 5068a83f009..61397584d61 100644 --- a/docs/latest/getting-started/create-a-project.md +++ b/docs/latest/getting-started/create-a-project.md @@ -44,7 +44,7 @@ Two important folders are also created that contain your routes and islands respectively: - **`routes/`**: This folder contains all of the routes in your project. The - name of each file in this folder correspond to the path where that page will + name of each file in this folder corresponds to the path where that page will be accessed. Code inside of this folder is never directly shipped to the client. You'll learn more about how routes work in the next section. - **`islands/`**: This folder contains all of the interactive islands in your