Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed May 11, 2024
1 parent 7d04b85 commit 18d7d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/readme/README.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Short text badges may use additional css color styles.
```groovy
// jenkins palette colors
addShortText(text: 'ok', color: 'green')
addShortText(text: 'oj', color: 'jenkins-!-color-green')
addShortText(text: 'ok', color: 'jenkins-!-color-green')

// jenkins semantic colors
addShortText(text: 'ok', color: 'success')
Expand Down

0 comments on commit 18d7d0e

Please sign in to comment.