Skip to content

Commit 19f5198

Browse files
committed
fix typo
1 parent 151703d commit 19f5198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Spelling Erros Check
1+
name: Check spelling errors
22

33
on: [push]
44

@@ -8,7 +8,7 @@ jobs:
88
max-parallel: 2
99
matrix:
1010
os: [ubuntu-latest]
11-
11+
1212
runs-on: ${{ matrix.os }}
1313

1414
steps:

0 commit comments

Comments
 (0)