Skip to content

Commit c77ef6d

Browse files
committedDec 1, 2022
fix: Typos and missing configuration link
1 parent 4d97ad8 commit c77ef6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ If you are using this on production, consider [buying me a coffee](https://ko-fi
4141
- [Scheduled runs](#scheduled-runs)
4242
- [Disable check for some links](#disable-check-for-some-links)
4343
- [Check only modified files in a pull request](#check-only-modified-files-in-a-pull-request)
44+
- [Check multiple directories and files](#check-multiple-directories-and-files)
4445
- [Status code 429: Too many requests](#too-many-requests)
4546
- [GitHub links failure fix](#github-links-failure-fix)
4647
@@ -82,7 +83,7 @@ jobs:
8283

8384
### Scheduled runs
8485
In addition to checking links on every push, or pull requests, its also a good
85-
hygine to check for broken links regularly as well. See
86+
hygiene to check for broken links regularly as well. See
8687
[Workflow syntax for GitHub Actions - on.schedule](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule)
8788
for more details.
8889

@@ -136,7 +137,7 @@ Use the following workflow to only check links in modified markdown files in a
136137
pull request.
137138

138139
When
139-
you use this variable, the action finds modififed files between two commits:
140+
you use this variable, the action finds modified files between two commits:
140141
- latest commit in you PR
141142
- latest commit in the `master` branch. If you are suing a different branch to
142143
merge PRs, specify the branch using `base-branch`.

0 commit comments

Comments
 (0)
Please sign in to comment.