Skip to content

Commit 6becaf5

Browse files
committed
Fix spelling issues related to example files.
1 parent df7cf8a commit 6becaf5

9 files changed

+8
-276
lines changed

.cspell.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"dictionaries": [
44
"custom-dictionary"
55
],
6+
"useGitignore": true,
67
"ignorePaths": [
8+
".git",
79
"_raw_assets",
810
"assets/images",
911
"Gemfile.lock"
@@ -14,5 +16,8 @@
1416
"path": "./.cspell/custom-dictionary.txt",
1517
"addWords": true
1618
}
19+
],
20+
"enableFiletypes": [
21+
"ruby"
1722
]
1823
}

.cspell/custom-dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# Custom Dictionary Words
2+
jemoji
23
streetsidesoftware

_posts/2010-01-07-post-modified.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

_posts/2010-01-07-post-standard.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

_posts/2010-01-08-post-chat.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

_posts/2010-02-05-post-notice.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

_posts/2010-02-05-post-quote.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

_posts/2010-03-07-post-link.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Website for Street Side Software",
44
"private": true,
55
"scripts": {
6-
"serve": "bundle exec jekyll serve"
6+
"serve": "bundle exec jekyll serve",
7+
"spell-check": "npx cspell --dot \"**\""
78
}
89
}

0 commit comments

Comments
 (0)