Skip to content

Commit

Permalink
some spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ozkanpakdil committed Dec 29, 2022
1 parent bd66b86 commit 14001b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ACTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion jakarta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14001b7

Please sign in to comment.