mirror of
https://github.com/nushell/nushell
synced 2025-01-27 20:35:43 +00:00
Fix copy paste error (#7945)
This commit is contained in:
parent
babc7d3baf
commit
f189ee67a1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/typos.yml
vendored
2
.github/workflows/typos.yml
vendored
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- name: Checkout Actions Repository
|
- name: Checkout Actions Repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Check spelling of book
|
- name: Check spelling
|
||||||
uses: crate-ci/typos@master
|
uses: crate-ci/typos@master
|
||||||
|
|
Loading…
Reference in a new issue