Skip to content

Commit 72394d1

Browse files
author
IvanZosimov
committed
Fix typo
1 parent fe396d3 commit 72394d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced-usage.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ steps:
7373
7474
You can also use several types of ranges that are specified in [semver](https://github.com/npm/node-semver#ranges), for instance:
7575
76-
- **[hyphen ranges](https://github.com/npm/node-semver#hyphen-ranges-xyz---abc)** to download and set up the latest available version of Python (includes both pre-release and stable versions):
76+
- **[hyphen ranges](https://github.com/npm/node-semver#hyphen-ranges-xyz---abc)** to download and set up the latest available version of Python (includes both pre-release and stable versions):
7777
7878
```yaml
7979
steps:
@@ -84,7 +84,7 @@ steps:
8484
- run: python my_script.py
8585
```
8686
87-
**[x-ranges](https://github.com/npm/node-semver#x-ranges-12x-1x-12-)** to specify the latest stable version of Python (for specified major version):
87+
- **[x-ranges](https://github.com/npm/node-semver#x-ranges-12x-1x-12-)** to specify the latest stable version of Python (for specified major version):
8888
8989
```yaml
9090
steps:

0 commit comments

Comments
 (0)