Skip to content

Commit 85c3921

Browse files
authored
chore: resolve cspell errors (#3165)
* chore: resolve cspell errors * chore: ignore all node_modules folders * chore: adjust sorting
1 parent a26ba83 commit 85c3921

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cspell-wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ authed
3030
autogrow
3131
automations
3232
autoplay
33+
Callout
3334
comparewith
3435
composables
3536
engageable

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"docs/native",
1818
"versioned_docs/**/api",
1919
"versioned_docs/**/cli",
20-
"versioned_docs/**/native"
20+
"versioned_docs/**/native",
21+
"node_modules"
2122
],
2223
"flagWords": [
2324
"hte"

0 commit comments

Comments
 (0)