Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pazi88 committed May 11, 2023
1 parent 17aecfc commit 28975a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:

# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
uses: codespell-project/actions-codespell@master
uses: codespell-project/actions-codespell@master
with:
ignore_words_list: ser
2 changes: 1 addition & 1 deletion examples/Sniffer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python3 stm32_can_to_csv.py -p PORT
```

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

To see all possible command line options:

Expand Down
File renamed without changes.

0 comments on commit 28975a8

Please sign in to comment.