From e35569ed5334c0c00ea5ecfdd881ff9e2dfb290b Mon Sep 17 00:00:00 2001 From: Stephen Wade Date: Tue, 10 Oct 2023 15:59:49 -0400 Subject: [PATCH] Add missing folder slash to v2.md (#7622) --- contributors.yml | 1 + docs/start/v2.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index 09fefd8bbb2..5233c459625 100644 --- a/contributors.yml +++ b/contributors.yml @@ -506,6 +506,7 @@ - squidpunch - staylor - stephanerangaya +- stephenwade - SufianBabri - supachaidev - Synvox diff --git a/docs/start/v2.md b/docs/start/v2.md index a6838fbc2f2..344973d06d6 100644 --- a/docs/start/v2.md +++ b/docs/start/v2.md @@ -163,7 +163,7 @@ app/ │ │ ├── contact.tsx │ │ └── index.tsx │ ├── dashboard/ -│ │ ├── calendar +│ │ ├── calendar/ │ │ │ ├── $day.tsx │ │ │ └── index.tsx │ │ ├── projects/