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 typos #5

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Fix typos #5

merged 2 commits into from
Apr 3, 2024

Conversation

szepeviktor
Copy link
Contributor

cat $(git ls-files -- '*.md')|hunspell -d dictionaries/en/en_US -l|sed -e 's#\([a-z]\)\([A-Z]\)#\1 \2#g'|hunspell -d dictionaries/en/en_US -l|sort|uniq -i
  1. get all Markdown contents
  2. print misspelled words
  3. replace "camelCase" with "camel Case"
  4. run hunspell again to filter out known words

@szepeviktor
Copy link
Contributor Author

szepeviktor commented Apr 3, 2024

Addon
Auth
Autocomplete
bazar
bool
cancelled 👈🏻 
CMS
codebase
conedevelopment
config
confirmable
customizable
dev
Discountable
EXIF
fedex
formatters
github
Http
instanceof
Itemable
JS
laravel
maxlength
minlength
namespace
php
proxied
proxyable
runnable
selectable
shippable
sortable
Textarea
UI
USD
Vue
webshop

@szepeviktor
Copy link
Contributor Author

szepeviktor commented Apr 3, 2024

How about "TAXes"?

Unlike TAXes, discounts are stored directly on the model as an aggregated value.

@iamgergo iamgergo merged commit 79c4b80 into conedevelopment:master Apr 3, 2024
1 check passed
@szepeviktor szepeviktor deleted the spelling branch April 3, 2024 19:19
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