Skip to content

Commit 14001b7

Browse files
committed
some spelling fixes
1 parent bd66b86 commit 14001b7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

ACTIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ softwareupdate --install-rosetta --agree-to-license
7777

7878
#### Download the runner scripts
7979

80-
GitHub provides an installation package of customised runner scripts for each repository.
80+
GitHub provides an installation package of customized runner scripts for each repository.
8181
Follow [the instructions](https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners)
8282
to install the scripts for the repository to be built.
8383

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Brings under one programming model non-blocking and imperative styles of develop
2222
* **Standards-based**:
2323
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...).
2424
* **Microservice First**:
25-
Brings lightning fast startup time and code turn around to Java apps.
25+
Brings lightning fast startup time and code turnaround to Java apps.
2626
* **Developer Joy**:
2727
Development centric experience without compromise to bring your amazing apps to life in no time.
2828

docs/src/main/java/io/quarkus/docs/generation/YamlMetadataGenerator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public Index generateIndex() throws IOException {
155155
}
156156
Document doc = asciidoctor.load(str, options);
157157

158-
// Find position of "include::_attributes.adoc[]"
158+
// Find the position of "include::_attributes.adoc[]"
159159
// it should be part of the document header
160160
int includeAttr = str.indexOf(INCL_ATTRIBUTES);
161161
if (includeAttr < 0) {
@@ -368,7 +368,7 @@ private String getMessageforKey(String errorKey) {
368368
case "not-diataxis-type":
369369
return "Document does not follow naming conventions (type not recognized).";
370370
case "toc":
371-
return "A :toc: attribute is present in the Document header (remove it)";
371+
return "A :toc: attribute is present in the document header (remove it)";
372372
}
373373
return errorKey;
374374
}

jakarta/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Note that this script also builds:
9797

9898
#### OpenRewrite
9999

100-
The OpenRewrite transformation is done in one unique step to alleviate dependency issues we had before switching to this approach.
100+
The OpenRewrite transformation is done in one unique step to alleviate the dependency issues we had before switching to this approach.
101101
You don't need to run OpenRewrite for the modules you add to `transform.sh`, you just need to adjust the configuration.
102102

103103
OpenRewrite recipes are declared in the `jakarta/rewrite.yml` file.

0 commit comments

Comments
 (0)