some spelling fixes

This commit is contained in:
özkan pakdil 2022-12-29 19:46:54 +00:00
parent bd66b8657d
commit 14001b74e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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.

View File

@ -155,7 +155,7 @@ public class YamlMetadataGenerator {
}
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 @@ public class YamlMetadataGenerator {
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;
}

View File

@ -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.