From 8fac5a1b681873226458c8c66bcc485164fc233d Mon Sep 17 00:00:00 2001 From: Vladimir Zagorski Date: Tue, 14 Jan 2020 15:16:08 +0200 Subject: [PATCH] docs(gatsby-source-mongodb): fix typo --- packages/gatsby-source-mongodb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-mongodb/README.md b/packages/gatsby-source-mongodb/README.md index 7e96125212136..c1955b35bdf3e 100644 --- a/packages/gatsby-source-mongodb/README.md +++ b/packages/gatsby-source-mongodb/README.md @@ -37,7 +37,7 @@ module.exports = { ## Plugin options -- **connectionString**: if you need to use a connection string compatible with later versions of MongoDB, or for connections to MongoDB Atlas, you can enter the entire string, minus the `dbName` and `extraParams.` Use the In this case, the authentication information should already be embedded in the string ex. `mongodb+srv://:@-fsokc.mongodb.net`. Pass `dbName` and `extraParams` as options per below. +- **connectionString**: if you need to use a connection string compatible with later versions of MongoDB, or for connections to MongoDB Atlas, you can enter the entire string, minus the `dbName` and `extraParams`. In this case, the authentication information should already be embedded in the string ex. `mongodb+srv://:@-fsokc.mongodb.net`. Pass `dbName` and `extraParams` as options per below. - **dbName**: indicates the database name that you want to use - **collection**: the collection name within Mongodb, this can also be an array for multiple collections