Skip to content

Commit 8e8d087

Browse files
committed
Minor clean up
1 parent 9615373 commit 8e8d087

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![Spellcheck Action][GHASPLLBADGE]
66
[![Docker Pulls](https://img.shields.io/docker/pulls/jonasbn/github-action-spellcheck.svg?style=flat)](https://hub.docker.com/r/jonasbn/github-action-spellcheck/)
77

8-
A Github Action that spell checks Python, Markdown, and Text files.
8+
A GitHub Action that spell checks Python, Markdown, and Text files.
99

1010
This action uses [PySpelling][pyspelling] to check spelling in source files in the designated repository.
1111

@@ -596,11 +596,11 @@ Please see the repository's `requirements.txt` for a list of all included Python
596596

597597
### Diagnostic text: `ValueError: Pipline step in unexpected format:`
598598

599-
This error emitted from `pyspelling` indicates issues with the configuration file.
599+
This error emitted from [PySpelling][pyspelling] indicates issues with the configuration file.
600600

601601
Please see the section: "Configuration" above.
602602

603-
With the update of [pyspelling](https://pypi.org/project/pyspelling/) from 2.6.1 to 2.7.3 with release 0.16.0 (0.15.0, do see the change log).
603+
With the update of [PySpelling](https://pypi.org/project/pyspelling/) from 2.6.1 to 2.7.3 with release 0.16.0 (0.15.0, do see the change log).
604604

605605
This error would be emitted from the GitHub Action, if the configuration was not properly formatted. The Markdown example's earlier revisions in this repository would demonstrate the error.
606606

wordlist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ DockerHub
99
EscapeAll
1010
Flaxman
1111
GHSL
12-
Github
12+
GitHub
1313
InlineHilite
1414
José
1515
Macdonald

0 commit comments

Comments
 (0)