Skip to content

Commit b2b296b

Browse files
docs(mdb): review hugo et barbare
1 parent 5c72b74 commit b2b296b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed-databases/mongodb/how-to/connect-database-instance.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To connect to a public endpoint using the MongoDB® shell:
4444

4545
1. Replace the following variables in the command as described:
4646
```sh
47-
mongosh "mongodb+srv://{instance_id}.mgdb.{region}.scw.cloud" --tlsCAFile {your_certificate.pem} -u {username
47+
mongosh "mongodb+srv://{instance_id}.mgdb.{region}.scw.cloud" --tlsCAFile {your_certificate.pem} -u {username}
4848
```
4949

5050
- `{your-certificate.pem}` - the TLS certificate downloaded on **step 3**.

0 commit comments

Comments
 (0)