Skip to content

Commit 21ae1b5

Browse files
authoredMar 1, 2023
Merge pull request #163 from RezaRahemtola/master
fix: Typos and missing configuration link
2 parents da7a259 + c77ef6d commit 21ae1b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
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

0 commit comments

Comments
 (0)
Please sign in to comment.