Skip to content

Commit f44dd7b

Browse files
committed
Formatting
1 parent f239931 commit f44dd7b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/skills/check-spelling/SKILL.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ Example `sdk/keyvault/.cspell.json`:
3636

3737
```json
3838
{
39-
"import": ["../../.vscode/cspell.json"],
40-
"ignoreWords": [
41-
"ciphertext",
42-
"purgeable"
43-
]
39+
"import": [
40+
"../../.vscode/cspell.json"
41+
],
42+
"ignoreWords": [
43+
"ciphertext",
44+
"purgeable"
45+
]
4446
}
4547
```
4648

0 commit comments

Comments
 (0)