Skip to content

Commit 28975a8

Browse files
committed
Fix errors
1 parent 17aecfc commit 28975a8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/spell-check.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ jobs:
1414

1515
# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
1616
- name: Spell check
17-
uses: codespell-project/actions-codespell@master
17+
uses: codespell-project/actions-codespell@master
18+
with:
19+
ignore_words_list: ser

examples/Sniffer/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ python3 stm32_can_to_csv.py -p PORT
3030
```
3131

3232
The PORT being one of COMx | /dev/ttySx | /dev/ttyACMx, depending on your
33-
platfrom and setup.
33+
platform and setup.
3434

3535
To see all possible command line options:
3636

File renamed without changes.

0 commit comments

Comments
 (0)