Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #2386

Merged
merged 1 commit into from
Apr 22, 2024
Merged

chore: fix typos #2386

merged 1 commit into from
Apr 22, 2024

Conversation

szepeviktor
Copy link
Contributor

📚 Description

Found few misspellings.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@pi0 pi0 merged commit 97e2a31 into nitrojs:main Apr 22, 2024
@pi0
Copy link
Member

pi0 commented Apr 22, 2024

Thanks!

@szepeviktor
Copy link
Contributor Author

Glad to contribute.

@szepeviktor szepeviktor deleted the typos branch April 22, 2024 23:28
@pi0
Copy link
Member

pi0 commented Apr 23, 2024

@szepeviktor BTW may i ask what tool you used to find typos?

@szepeviktor
Copy link
Contributor Author

It is called typos.
https://github.com/crate-ci/typos
It is a single Rust binary.

@szepeviktor
Copy link
Contributor Author

@pi0 .typos.toml

[files]
extend-exclude = [
    ".git/",
]
ignore-hidden = false

[default]
extend-ignore-re = [
    "Chad Lew",
    "\\bSerKo\\b",
    "\\[[0-9a-f]{7,8}\\]",
]

[default.extend-words]

[default.extend-identifiers]
# Typos
"Github" = "GitHub"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants