Skip to content

Commit 81c32c5

Browse files
committed
add words to spelling list
1 parent c3cc337 commit 81c32c5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.vscode/settings.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,16 @@
4343
"Toastify",
4444
"uncopied",
4545
"undici",
46-
"unrelate"
46+
"unrelate",
47+
"Keypair",
48+
"typesafe",
49+
"Typesafe",
50+
"integ",
51+
"unifiedid",
52+
"envar",
53+
"ssportal",
54+
"DTOs",
55+
"sendgrid"
4756
],
4857
"cSpell.diagnosticLevel": "Hint"
4958
}

src/web/components/Home/RotateApiKeyCard.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const Default: Story = {
4040
},
4141
};
4242

43-
export const MutipleKeysToRotate: Story = {
43+
export const MultipleKeysToRotate: Story = {
4444
args: {
4545
apiKeysToRotate: [testApiKey1, testApiKey2],
4646
},

0 commit comments

Comments
 (0)