From ea04ad45e02a7bedfd5f7428e6dbae32a8ab32a8 Mon Sep 17 00:00:00 2001 From: danruss Date: Wed, 30 Oct 2019 16:18:16 -0400 Subject: [PATCH] Update start-developing.md Fix typo. --- docs/start-developing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start-developing.md b/docs/start-developing.md index 5321efdc8..e735b1dee 100644 --- a/docs/start-developing.md +++ b/docs/start-developing.md @@ -6,7 +6,7 @@ sidebar_label: Start Developing To begin local development, you must first deploy your API to the cloud, so your React apps have an API URL to connect to. -If you've already [set up you database connection](/docs/get-started#setup-database-connection), the next step is to run the API deployment process. +If you've already [set up your database connection](/docs/get-started#setup-database-connection), the next step is to run the API deployment process. ## Deploy API To start deploying: