Skip to content

Commit e6f42db

Browse files
authored
Merge pull request #47 from MarkEWaite/patch-2
Fix a typo in README
2 parents 375db7f + adf7488 commit e6f42db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The `checkout` step may be used to run any other SCM plugin, provided that it ha
7979
It could also be used to run an SCM for which there is a special integration that lacks support for an exotic feature.
8080
The step takes an `scm` parameter which is a map containing at least a `$class` parameter giving the full or simple class name of the desired `SCM` implementation, and the standard `poll` and `changelog` parameters.
8181

82-
It also takes any other parameters supported by the SCM plugin in its configuration form, using their internal names and values; use [_Snippet Generator_](https://jenkins.io/redirect/pipeline-snippet-generator)to get a detailed example for your SCM.
82+
It also takes any other parameters supported by the SCM plugin in its configuration form, using their internal names and values; use [_Snippet Generator_](https://jenkins.io/redirect/pipeline-snippet-generator) to get a detailed example for your SCM.
8383
Optional parameters can be omitted and will take their default values (to the extent supported by the SCM plugin).
8484
For example, to run Mercurial (1.51-beta-2 or higher):
8585

0 commit comments

Comments
 (0)