Skip to content

Commit

Permalink
Merge pull request #6560 from hutchig/guide_proofread_1
Browse files Browse the repository at this point in the history
Some tiny English fixes from reading guides
  • Loading branch information
geoand authored Jan 15, 2020
2 parents add8efe + f319cfb commit b266c4b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ Your application is accessible at the printed URL.

This guide covered the deployment of a Quarkus application on Kubernetes and OpenShift.
However, there is much more, and the integration with these environments has been tailored to make Quarkus applications execution very smooth.
For instance, the health extension can be used for health check; the configuration support allows mounting the application configuration using config map, the metric extension produces data _scrappable_ by Prometheus and so on.
For instance, the health extension can be used for health check; the configuration support allows mounting the application configuration using config map, the metric extension produces data _scrapable_ by Prometheus and so on.

2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-openshift-s2i.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ The `.s2i/environment` file in the quickstart sets required variables for the S2

This guide covered the deployment of a Quarkus application on OpenShift using S2I.
However, there is much more, and the integration with these environments has been tailored to make Quarkus applications execution very smooth.
For instance, the health extension can be used for health check; the configuration support allows mounting the application configuration using config map, the metric extension produces data _scrappable_ by Prometheus and so on.
For instance, the health extension can be used for health check; the configuration support allows mounting the application configuration using config map, the metric extension produces data _scrapable_ by Prometheus and so on.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-knative.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,5 @@ curl -v -H 'Host: getting-started-knative.example.com' $IP_ADDRESS/hello/greetin

This guide covered the deployment of a Quarkus application as Knative application on Kubernetes
However, there is much more, and the integration with these environments has been tailored to make Quarkus applications execution very smooth.
For instance, the health extension can be used for health check; the configuration support allows mounting the application configuration using config map, the metric extension produces data _scrappable_ by Prometheus and so on.
For instance, the health extension can be used for health check; the configuration support allows mounting the application configuration using config map, the metric extension produces data _scrapable_ by Prometheus and so on.

4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ $ curl -w "\n" http://localhost:8080/hello
hello
```

Hit `CTRL+C` to stop the application, but you can also keep it running and enjoy the blazing fast hot-reload.
Hit `CTRL+C` to stop the application, or keep it running and enjoy the blazing fast hot-reload.

[TIP]
.Automatically add newline with `curl -w "\n"`
Expand Down Expand Up @@ -464,7 +464,7 @@ The async version of the code is available in the {quickstarts-base-url}[GitHub]

This guide covered the creation of an application using Quarkus.
However, there is much more.
We recommend continuing the journey with the link:building-native-image[building a native executable guide], where you learn about the native executable creation and the packaging in a container.
We recommend continuing the journey with the link:building-native-image[building a native executable guide], where you learn about creating a native executable and packaging it in a container.

In addition, the link:tooling[tooling guide] document explains how to:

Expand Down

0 comments on commit b266c4b

Please sign in to comment.