From fc5d44dc0dfeb81d2ff7f0d7d91dcc0f2881f231 Mon Sep 17 00:00:00 2001 From: Muhammad Bello Date: Tue, 3 Sep 2019 06:44:59 +0100 Subject: [PATCH] docs: update how to setup freecodecamp locally (#36745) --- docs/how-to-setup-freecodecamp-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 9db99b5003..37a6390b43 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -234,7 +234,7 @@ Start the MongoDB server in a separate terminal: > You can avoid having to start MongoDB every time by installing it as a background service. > You can [learn more about it in their documentation for your OS](https://docs.mongodb.com/manual/administration/install-community/) -Next, let's seed the database. In this step, we run the below command that fills the MongoDB server with some initial data sets that are required by services. This include a few schemas, among other things. +Next, let's seed the database. In this step, we run the below command that fills the MongoDB server with some initial data sets that are required by services. These include a few schemas, among other things. ```sh npm run seed