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

Fix small typos #148

Merged
merged 3 commits into from
Jun 13, 2024
Merged

Fix small typos #148

merged 3 commits into from
Jun 13, 2024

Conversation

makenowjust
Copy link
Contributor

@makenowjust makenowjust commented Jun 13, 2024

I found these typos with using typos-cli.

Now, we can obtain no typo reports from the typos command with this configuration (.typos.toml):

[files]
extend-exclude = [
  "*.svg",
  "*.xml",
]

[default.extend-words]
# Common variable names in this project.
arry = "arry"
blok = "blok"
eles = "eles"
# Incomplete words in test data.
caf = "caf"
# German words in test data.
abl = "abl" # NOTE: It is a part of "Ablüfe".
alle = "alle"
ist = "ist"
technik = "technik"

Thank you.

test/test_document.rb Outdated Show resolved Hide resolved
@olleolleolle olleolleolle merged commit 1e31ffc into ruby:master Jun 13, 2024
61 checks passed
@olleolleolle
Copy link
Contributor

@makenowjust Thanks!

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

Successfully merging this pull request may close these issues.

3 participants