Skip to content

chore: resolve cspell errors #3165

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

Merged
merged 3 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 30 additions & 32 deletions cspell-wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,31 @@
Appflow
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I was trying to keep the sections separate because they are:

  • Product names
  • Component names
  • All other words

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm 🤔 so the question is if that is valuable over being able to Cmd + . to quick fix and add to the list. I'd argue I'm never going to open up this txt file to look at something other than adding a new word.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't even know it was possible to quickly add here. 😂 That's fine I am not set on it or anything.

Codepen
Firestore
Genymotion
Hygen
Ionicon
Ionicons
Logcat
Maskito
Pluralsight
Swiper
Udemy
Vetur
Wistia

actionsheet
fabs
datetime
datetimes
datetimepicker
infinitescroll
searchbar
searchbars
sidemenu
textarea
textareas

allowtransparency
Appflow
appstore
authed
autogrow
automations
autoplay
Callout
Codepen
comparewith
composables
datetime
datetimepicker
datetimes
engageable
fabs
Firestore
flexbox
frontmatter
fullscreen
Genymotion
geolocation
Hygen
infinitescroll
interactives
Ionicon
Ionicons
isopen
jank
janky
Expand All @@ -47,34 +35,44 @@ keyframes
keytool
lifecycles
localstorage
Logcat
Maskito
mobileweb
mozallowfullscreen
msallowfullscreen
oallowfullscreen
phablet
playstore
Pluralsight
preconfigured
preflighted
proxying
quickstart
retargeted
runtimes
scroller
searchbar
searchbars
sidemenu
subcomponent
subcomponents
swipeable
Swiper
templating
textarea
textareas
transpiling
treeshaking
triaging
typeahead
Udemy
unminified
unsanitized
Vetur
viewports
webapps
webkitallowfullscreen
webviews
Wistia
xlarge
xsmall

allowtransparency
mozallowfullscreen
msallowfullscreen
oallowfullscreen
webkitallowfullscreen
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"docs/native",
"versioned_docs/**/api",
"versioned_docs/**/cli",
"versioned_docs/**/native"
"versioned_docs/**/native",
"static/code/stackblitz/**/node_modules/**"
],
"flagWords": [
"hte"
Expand Down