Skip to content

Commit 5f4efd1

Browse files
authored
docs: fix typo in readme (#3)
1 parent 738d577 commit 5f4efd1

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
@@ -25,7 +25,7 @@ npx octoherd-script-bump-node-version-in-workflows \
2525
--workflow release.yml
2626
```
2727

28-
The script uses [`js-yaml`](https://github.com/nodeca/js-yaml), so the updated YAML code might also include **formatting changes**. Unfortunately the parsing and then searializing using `js-yaml` **removes all comments**. But the script will only update a file if a node-version was actually changed.
28+
The script uses [`js-yaml`](https://github.com/nodeca/js-yaml), so the updated YAML code might also include **formatting changes**. Unfortunately the parsing and then serializing using `js-yaml` **removes all comments**. But the script will only update a file if a node-version was actually changed.
2929

3030
If `node-version` is set to a value which includes a `${{ ... }}` placeholder then it's not updated.
3131

0 commit comments

Comments
 (0)