Skip to content

Commit 896dfb4

Browse files
authored
Updated the comment as per the suggestion
1 parent dfa3adf commit 896dfb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/advanced-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ steps:
168168
- run: java -cp java HelloWorldApp
169169
```
170170

171-
If your use-case reuires a custom distribution (in the example alpine-linux is used) or a version that is not provided by setup-java and always install the latest version during runtime, then you can use below code to auto download the latest JDK, determine the semver needed for the setup-java and setup-java will take care of the installation and caching on the VM:
171+
If your use-case requires a custom distribution (in the example, alpine-linux is used) or a version that is not provided by setup-java and you want to always install the latest version during runtime, then you can use the following code to auto-download the latest JDK, determine the semver needed for setup-java, and setup-java will take care of the installation and caching on the VM:
172172

173173
```yaml
174174
steps:

0 commit comments

Comments
 (0)