Skip to content

Commit 8c357b6

Browse files
authored
Merge pull request #450 from rkpattnaik780/node_mongo_ex
docs(nodejs-mongodb): fix typos
2 parents 04bc6b9 + a0c10d0 commit 8c357b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

staging/nodesjs-mongodb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you are using AWS, replace the "volumes" section with this (untested):
9898
fsType: ext4
9999
```
100100
101-
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):
101+
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):
102102
103103
```sh
104104
ec2-create-volume --size 200 --region $REGION --availability-zone $ZONE
@@ -126,7 +126,7 @@ Note: There is no password protection or auth running on the database by default
126126

127127
### Creating the Node.js Service
128128

129-
The next step is to create the Node.js service. This service is what will be the endpoint for the web site, and will load balance requests to the Node.js instances.
129+
The next step is to create the Node.js service. This service is what will be the endpoint for the website, and will load balance requests to the Node.js instances.
130130

131131
```yaml
132132
apiVersion: v1

0 commit comments

Comments
 (0)