Merge pull request #450 from rkpattnaik780/node_mongo_ex

docs(nodejs-mongodb): fix typos
This commit is contained in:
Kubernetes Prow Robot 2022-07-21 10:35:55 -07:00 committed by GitHub
commit 8c357b6f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```
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
ec2-create-volume --size 200 --region $REGION --availability-zone $ZONE