Skip to content

Commit a02bad0

Browse files
committed
Add more small feedback
1 parent 2fac0fb commit a02bad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ngf/installation/installing-ngf/deploy-data-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
9696
cafe-nginx LoadBalancer 10.96.125.117 <pending> 80:30180/TCP 5m2s
9797
```
9898

99-
The Service type can be changed, explained in the next section.
99+
The Service type can be changed, as explained in the next section.
100100

101101
## How to modify provisioned NGINX instances
102102

@@ -170,7 +170,7 @@ Use `kubectl edit` to modify the default NginxProxy and insert the following und
170170
type: NodePort
171171
```
172172
173-
After saving the changes, use `kubectl get` on the service, and you should see the service type has changed to LoadBalancer.
173+
After saving the changes, use `kubectl get` on the service, and you should see the service type has changed to `LoadBalancer`.
174174

175175
```shell
176176
kubectl get service cafe-nginx

0 commit comments

Comments
 (0)