Skip to content

Commit

Permalink
✏️ Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
WtfJoke authored Aug 19, 2024
1 parent 1d188f5 commit c992da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
- run: groovy HelloWorld.groovy
```

You can also use ranges that are specified in [semver](https://github.com/npm/node-semver#ranges), for example a [hypen-range](https://github.com/npm/node-semver#advanced-range-syntax):
You can also use ranges that are specified in [semver](https://github.com/npm/node-semver#ranges), for example a [hyphen-range](https://github.com/npm/node-semver#advanced-range-syntax):

```yaml
steps:
Expand Down

0 comments on commit c992da8

Please sign in to comment.