Skip to content

Commit afca5a2

Browse files
committed
Fix phrase
1 parent dbd2f27 commit afca5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/jupyterhub/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ can try with `nano config.yaml`.
129129
```
130130

131131
5. Find the IP we can use to access the JupyterHub. Run the following command
132-
until the `EXTERNAL-IP` of the `proxy-public` [service](https://kubernetes.io/docs/concepts/services-networking/service/) is
133-
available like in the example output.
132+
until the external IP of the `proxy-public` [service](https://kubernetes.io/docs/concepts/services-networking/service/) is
133+
available.
134134

135135
```
136136
kubectl -n <k8s-namespace> get svc proxy-public -o jsonpath='{.status.loadBalancer.ingress[].ip}'

0 commit comments

Comments
 (0)