Skip to content

Commit c1f74a9

Browse files
corrections: spelling
1 parent 298f52f commit c1f74a9

File tree

7 files changed

+12
-236
lines changed

7 files changed

+12
-236
lines changed

cspell.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3-
"version": "0.2",
4-
"dictionaries": ["typescript", "en_US", "en-gb", "custom-words"],
2+
"dictionaries": ["custom-words", "css", "html", "node", "npm", "typescript"],
53
"dictionaryDefinitions": [
64
{
75
"name": "custom-words",
86
"path": "./dictionary.txt"
97
}
10-
]
8+
],
9+
"ignorePaths": ["node_modules", "projects/*/node_modules", "projects/**/*.js"]
1110
}

dictionary.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ aenean
1313
aliqua
1414
aliquam
1515
aliquet
16+
Allegany
1617
amet
1718
andronicus
1819
ante
@@ -33,13 +34,15 @@ brewerton
3334
Cactaceae
3435
chuckie
3536
clownsole
37+
Cohoes
3638
commodo
3739
condimentum
3840
congue
3941
consectetur
4042
consequat
4143
convallis
4244
cras
45+
crème
4346
cryptologist
4447
cum
4548
curabitur
@@ -84,6 +87,7 @@ feugiat
8487
fillibuster
8588
fringilla
8689
fusce
90+
Glynn
8791
goldberger
8892
gravida
8993
habitant
@@ -175,12 +179,14 @@ purus
175179
quam
176180
quis
177181
quisque
182+
Reuven
178183
rhancus
179184
rhoncus
180185
ridiculus
181186
risus
182187
rutrum
183188
sagittis
189+
Sammamish
184190
sapien
185191
scelerisque
186192
sed
@@ -196,6 +202,7 @@ sodales
196202
sollicitudin
197203
southplains
198204
spongecase
205+
Starseed
199206
strictus
200207
suscipit
201208
suspendisse

projects/from-javascript-to-typescript/the-typeinator/01-syntactic-sugar/index.test.js

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

projects/from-javascript-to-typescript/the-typeinator/02-prototypes-to-classes/index.test.js

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

projects/from-javascript-to-typescript/the-typeinator/03-callbacks-to-async-await/index.test.js

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

projects/functions/secret-secrets/03-the-golden-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Your advanced cipher held up against attack from the villainous Goldberger and D
55

66
We have played defense long enough against these criminals.
77
It is time to go on the offense.
8-
They have their own cipher technology, codenamed the _Golden Code_, which they use to create ciphertext.
8+
They have their own cipher technology, codenamed the _Golden Code_, which they use to create cipher text.
99

1010
Your final task, given you agree to tackle it, is to develop a `createCodeCracker` function.
1111
It should take an object of settings as described below.

projects/type-operations/template-literal-type-shenanigans/01-spongecase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Step 1: Sponge Case
22

3-
_SpOnGeCaSe_ is a text casing based on the [Mocking Spongebob meme](https://knowyourmeme.com/memes/mocking-spongebob).
3+
_SpOnGeCaSe_ is a text casing based on the [Mocking SpongeBob meme](https://knowyourmeme.com/memes/mocking-spongebob).
44
It involves alternating lowercase and uppercase characters in a string, and is a natural fit for recursive template literal types!
55

66
Generic template literal types are able to be made recursive in a similar way to how other types may be made recursive.

0 commit comments

Comments
 (0)