From 7bbf0ff79e1905ebcedeb4e9fe9b9563379a2db1 Mon Sep 17 00:00:00 2001 From: Steve Russo Date: Sun, 8 Oct 2023 09:02:18 -0400 Subject: [PATCH] docs: fix typo in quick start (#903) --- docs/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start.mdx b/docs/quick-start.mdx index ec606be626..ec9ed354ee 100644 --- a/docs/quick-start.mdx +++ b/docs/quick-start.mdx @@ -81,7 +81,7 @@ Encore's [Infrastructure SDK](/docs/primitives/overview) provides several declar 🥐 Now let's run your app locally: ```shell -$ cd you-app-name # replace with the app name you picked +$ cd your-app-name # replace with the app name you picked $ encore run ```