docs(nodejs-mongodb): fix typos

This commit is contained in:
Ramakrishna Pattnaik 2022-06-16 18:16:21 +05:30
parent 13cbf0b065
commit a0c10d02d9
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ If you are using AWS, replace the "volumes" section with this (untested):
fsType: ext4 fsType: ext4
``` ```
If you don't have a EBS volume in the same region as your cluster, create a new EBS volume in the same region with this command (untested): If you don't have an EBS volume in the same region as your cluster, create a new EBS volume in the same region with this command (untested):
```sh ```sh
ec2-create-volume --size 200 --region $REGION --availability-zone $ZONE ec2-create-volume --size 200 --region $REGION --availability-zone $ZONE