Skip to content

Commit a0a46b1

Browse files
authored
Merge pull request #46537 from andresnava/patch-18
Grammar
2 parents 32b120e + 5f77141 commit a0a46b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/kubernetes-draft.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: zarhoads
1313

1414
Draft is an open-source tool that helps package and run application containers in a Kubernetes cluster. With Draft, you can quickly redeploy an application to Kubernetes as code changes occur without having to commit your changes to version control. For more information on Draft, see the [Draft documentation on GitHub][draft-documentation].
1515

16-
This article shows you how to use Draft package and run an application on AKS.
16+
This article shows you how to use Draft to package and run an application on AKS.
1717

1818

1919
## Prerequisites
@@ -167,7 +167,7 @@ You've configured Draft to use your ACR, and Draft can push container images to
167167

168168
## Download the sample application
169169

170-
This quickstart uses [an example java application from the Draft GitHub repository][example-java]. Clone the application from GitHub and navigate to the `draft/examples/example-java/` directory.
170+
This quickstart uses [an example Java application from the Draft GitHub repository][example-java]. Clone the application from GitHub and navigate to the `draft/examples/example-java/` directory.
171171

172172
```console
173173
git clone https://github.com/Azure/draft
@@ -230,7 +230,7 @@ Connect to java:4567 on localhost:49804
230230
[java]: >> Listening on 0.0.0.0:4567
231231
```
232232

233-
Navigate to the application in a browser using the `localhost` url to see the sample application. In the above example, the url is `http://localhost:49804`. Stop the connection using `Ctrl+c`.
233+
Navigate to the application in a browser using the `localhost` URL to see the sample application. In the above example, the URL is `http://localhost:49804`. Stop the connection using `Ctrl+c`.
234234

235235
## Access the application on the internet
236236

0 commit comments

Comments
 (0)