Skip to content

Commit 4b13a93

Browse files
fyu17nate-double-u
andauthored
Update content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html
Co-authored-by: Nate W <[email protected]>
1 parent c89260f commit 4b13a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/kubernetes-basics/expose/expose-intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h3>Create a new Service</h3>
118118
<code><b>$ minikube service kubernetes-bootcamp --url</b></code></p>
119119
<p>The output looks like this:
120120
<pre><b>http://127.0.0.1:51082<br>! Because you are using a Docker driver on darwin, the terminal needs to be open to run it.</b></pre></p>
121-
<p>Then use the given url to access the app:<br>
121+
<p>Then use the given URL to access the app:<br>
122122
<code><b>$ curl 127.0.0.1:51082</b></code></p>
123123
{{< /note >}}
124124
<p>And we get a response from the server. The Service is exposed.</p>

0 commit comments

Comments
 (0)