Skip to content

Commit 6f9563f

Browse files
committed
Fix typos
1 parent e43010c commit 6f9563f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

subprojects/building-cpp-applications/contents/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide demonstrates how to use Gradle's Build Init plugin to produce a {cpp}
1313

1414
== Check the user manual
1515

16-
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the the `init` task.
16+
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the `init` task.
1717
This task will also execute the link:{language-reference}org.gradle.api.tasks.wrapper.Wrapper.html[`wrapper` task] to create a link:{user-manual}gradle_wrapper.html[Gradle wrapper script], `gradlew`.
1818

1919
== Setup
@@ -168,7 +168,7 @@ To learn more, have a look at their respective linked documentation to configure
168168

169169
=== Application package
170170

171-
As part of the the build process, Gradle packages the main and test applications for distribution on other systems.
171+
As part of the build process, Gradle packages the main and test applications for distribution on other systems.
172172
The `installDebug` and `installTest` task copies the executable and generates a shell script for executing the application.
173173
The following shows the content of the `build/install` folder:
174174

subprojects/building-cpp-libraries/contents/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide demonstrates how to use Gradle's Build Init plugin to produce a {cpp}
1313

1414
== Check the user manual
1515

16-
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the the `init` task.
16+
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the `init` task.
1717
This task will also execute the link:{language-reference}org.gradle.api.tasks.wrapper.Wrapper.html[`wrapper` task] to create a link:{user-manual}gradle_wrapper.html[Gradle wrapper script], `gradlew`.
1818

1919
== Setup

subprojects/building-swift-applications/contents/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide demonstrates how to use Gradle's Build Init plugin to produce a Swift
1313

1414
== Check the user manual
1515

16-
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the the `init` task. This task will also execute the link:{language-reference}org.gradle.api.tasks.wrapper.Wrapper.html[`wrapper` task] to create a link:{user-manual}gradle_wrapper.html[Gradle wrapper script], `gradlew`.
16+
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the `init` task. This task will also execute the link:{language-reference}org.gradle.api.tasks.wrapper.Wrapper.html[`wrapper` task] to create a link:{user-manual}gradle_wrapper.html[Gradle wrapper script], `gradlew`.
1717

1818
== Setup
1919

@@ -158,7 +158,7 @@ NOTE: To learn more about Gradle's Xcode integration and how to configure it, se
158158

159159
=== Application package
160160

161-
As part of the the build process, Gradle packages the main and test applications for distribution on other systems.
161+
As part of the build process, Gradle packages the main and test applications for distribution on other systems.
162162
The `installDebug` and `installTest` task copies the executable and generates a shell script for executing the application.
163163
The following shows the content of the `build/install` folder:
164164

subprojects/building-swift-libraries/contents/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide demonstrates how to use Gradle's Build Init plugin to produce a Swift
1313

1414
== Check the user manual
1515

16-
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the the `init` task. This task will also execute the link:{language-reference}org.gradle.api.tasks.wrapper.Wrapper.html[`wrapper` task] to create a link:{user-manual}gradle_wrapper.html[Gradle wrapper script], `gradlew`.
16+
Gradle ships with the link:{user-manual}build_init_plugin.html[Build Init plugin], which provides an easy way to generate projects of various types using the `init` task. This task will also execute the link:{language-reference}org.gradle.api.tasks.wrapper.Wrapper.html[`wrapper` task] to create a link:{user-manual}gradle_wrapper.html[Gradle wrapper script], `gradlew`.
1717

1818
== Setup
1919

subprojects/creating-multi-project-builds/contents/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ include::{samples-dir}/groovy-dsl-clean-output-run-asciidoctor/out.txt[]
409409

410410
NOTE: Did you notice that Gradle knew to only run this task in the `docs` subproject? This is because when you run a task from the level of a root project and this task does not exist in the root, then Gradle will run the task in each of the sub-projects where a task by that name exists.
411411

412-
The documentation artifact will appear in `docs/build/asciidoc/html5`. Feel free to open the the `greeter.html` file and inspect the output.
412+
The documentation artifact will appear in `docs/build/asciidoc/html5`. Feel free to open the `greeter.html` file and inspect the output.
413413

414414
== Include the documentation in the distribution archive
415415

0 commit comments

Comments
 (0)