Skip to content

Commit ad1332b

Browse files
author
Patrick Wolf
committed
Updating typo to make parentheses plural.
1 parent ed42666 commit ad1332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

declarative-examples/simple-examples/legacyMetaStepSyntax.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pipeline {
1212
*/
1313
step([$class: 'ArtifactArchiver', artifacts: 'msg.out', fingerprint: true])
1414

15-
// Parenthesis are optional when a single parameter is used
15+
// Parentheses are optional when a single parameter is used
1616
sh('echo $PATH')
1717
sh 'echo $PATH'
1818
}

0 commit comments

Comments
 (0)