Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in the documentation #41

Merged
merged 1 commit into from
Aug 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The plugin will install it as needed before your job runs, and make sure the `$P
Custom Tools plugin supports versioning of tools.
Versions can be configured in the global configurations and then used to install specific versions of tools in Jenkins jobs.

| WARNING: This feature is a subject to the breacking changes in the future. See [JENKINS-32662](https://issues.jenkins-ci.org/browse/JENKINS-32662) for more info |
| WARNING: This feature is a subject to the breaking changes in the future. See [JENKINS-32662](https://issues.jenkins-ci.org/browse/JENKINS-32662) for more info |
| --- |

#### Configuring Tool versions
Expand All @@ -68,7 +68,7 @@ Version configuration example:

![Tool Version Configuration](/docs/images/versions_Configuration.png)

Some tool installers support TOOL_VERSION variables (e.g. all installers from [Extra Tool Installers Plugin](https://plugins.jenkins.io/extra-tool-installers), so you can use versions in the installator configurations.
Some tool installers support TOOL_VERSION variables (e.g. all installers from [Extra Tool Installers Plugin](https://plugins.jenkins.io/extra-tool-installers), so you can use versions in the installer configurations.

![Using Tool Versions in Installers](/docs/images/versions_usageInInstaller.png)

Expand Down