Skip to content

Commit 8217837

Browse files
committed
minor
1 parent 692ec34 commit 8217837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contributor_docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _Note_: The installation steps assume you are using a Unix-like shell. If you ar
4141
- Navigate to [mongodb.com](https://www.mongodb.com/) and sign up or log in.
4242
- Create a new project. Give it any name, and either add a key-value pair or skip that step.
4343
- Create a cluster by choosing the free tier. Give your cluster a name, choose a region, and keep the provider as AWS.
44-
- Set a username and password for your database userthese will be part of your connection string.
44+
- Set a username and password for your database-user, these will be part of your connection string.
4545
- Choose **Node.js** as the driver for your connection method. You will see a connection string, with or without the password filled in.
4646
- Copy the string and use it as your `MONGO_URL` in the `.env` file.
4747
8. `$ cp .env.example .env`

0 commit comments

Comments
 (0)