Skip to content

Commit 70fb325

Browse files
committed
Fix typos [skip ci]
1 parent 68978b9 commit 70fb325

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/usage/basic-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Basic setup
2-
Setup a specific version of [Apache Ant](https://ant.apache.org):
2+
Set up a specific version of [Apache Ant](https://ant.apache.org):
33

44
```yaml
55
jobs:

Diff for: docs/usage/inputs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Allowed values are:
1717
By default, the external libraries required by each of the [optional tasks](https://ant.apache.org/manual/install.html#optionalTasks) are not installed.
1818
It's up to you to ensure that these libraries are properly added to Ant's class path.
1919

20-
You can automate this installation process by setting the `optional-tasks` input to `true`. This will run the following command after Ant has been setup:
20+
You can automate this installation process by setting the `optional-tasks` input to `true`. This will run the following command after Ant has been set up:
2121

2222
```shell
2323
ant -buildfile fetch.xml -Ddest=system

0 commit comments

Comments
 (0)