Skip to content

Commit 604569a

Browse files
Corrected the grammar (#2301)
1 parent 318b4c1 commit 604569a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/openstack-cloud-controller-manager/expose-applications-using-loadbalancer-type-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Create an application of Deployment as the Service backend:
3333
kubectl run echoserver --image=gcr.io/google-containers/echoserver:1.10 --port=8080
3434
```
3535

36-
To provide the echoserver application with an internet-facing loadbalancer we can simply run the following:
36+
To provide the echoserver application with an internet-facing loadbalancer, we can simply run the following:
3737

3838
```shell
3939
cat <<EOF | kubectl apply -f -
@@ -53,7 +53,7 @@ spec:
5353
EOF
5454
```
5555

56-
Check the state the status of the loadbalanced-service until the `EXTERNAL-IP` status is no longer pending.
56+
Check the state and status of the loadbalanced-service until the `EXTERNAL-IP` status is no longer pending.
5757

5858
```shell
5959
$ kubectl get service loadbalanced-service

0 commit comments

Comments
 (0)