diff --git a/ACTIONS.md b/ACTIONS.md index 46d59aeea3aeb..0df1caa935ea3 100644 --- a/ACTIONS.md +++ b/ACTIONS.md @@ -77,7 +77,7 @@ softwareupdate --install-rosetta --agree-to-license #### Download the runner scripts -GitHub provides an installation package of customised runner scripts for each repository. +GitHub provides an installation package of customized runner scripts for each repository. Follow [the instructions](https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners) to install the scripts for the repository to be built. diff --git a/README.md b/README.md index 6014a7f066825..c3df90e9fabc8 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Brings under one programming model non-blocking and imperative styles of develop * **Standards-based**: Based on the standards and frameworks you love and use (RESTEasy and JAX-RS, Hibernate ORM and JPA, Netty, Eclipse Vert.x, Eclipse MicroProfile, Apache Camel...). * **Microservice First**: -Brings lightning fast startup time and code turn around to Java apps. +Brings lightning fast startup time and code turnaround to Java apps. * **Developer Joy**: Development centric experience without compromise to bring your amazing apps to life in no time. diff --git a/docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java b/docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java index db0f19f711297..62df300c1ec64 100644 --- a/docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java +++ b/docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java @@ -155,7 +155,7 @@ public Index generateIndex() throws IOException { } Document doc = asciidoctor.load(str, options); - // Find position of "include::_attributes.adoc[]" + // Find the position of "include::_attributes.adoc[]" // it should be part of the document header int includeAttr = str.indexOf(INCL_ATTRIBUTES); if (includeAttr < 0) { @@ -368,7 +368,7 @@ private String getMessageforKey(String errorKey) { case "not-diataxis-type": return "Document does not follow naming conventions (type not recognized)."; case "toc": - return "A :toc: attribute is present in the Document header (remove it)"; + return "A :toc: attribute is present in the document header (remove it)"; } return errorKey; } diff --git a/jakarta/README.md b/jakarta/README.md index 6923feb965a54..36748c3913f3a 100644 --- a/jakarta/README.md +++ b/jakarta/README.md @@ -97,7 +97,7 @@ Note that this script also builds: #### OpenRewrite -The OpenRewrite transformation is done in one unique step to alleviate dependency issues we had before switching to this approach. +The OpenRewrite transformation is done in one unique step to alleviate the dependency issues we had before switching to this approach. You don't need to run OpenRewrite for the modules you add to `transform.sh`, you just need to adjust the configuration. OpenRewrite recipes are declared in the `jakarta/rewrite.yml` file.