mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 01:18:23 +08:00
fix: spellings which are making ci fail (#1089)
* Updated Documentation in README.md * chore: remove wrong spelling * ci: recognize "falsy" as correct spelling * chore: fix spelling Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/Ci.yml
vendored
2
.github/workflows/Ci.yml
vendored
@ -35,4 +35,4 @@ jobs:
|
||||
with:
|
||||
# file types to ignore
|
||||
skip: "*.json,*.yml,DIRECTORY.md"
|
||||
ignore_words_list: "ba,esy,yse"
|
||||
ignore_words_list: "ba,esy,yse,falsy"
|
||||
|
Reference in New Issue
Block a user