Skip to content

Commit dd05c69

Browse files
Fix spelling errors in copilot-environment workflow
Co-authored-by: LarryOsterman <[email protected]>
1 parent 26824d5 commit dd05c69

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/cspell.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"dotenv",
4646
"downcasted",
4747
"downcasting",
48+
"dtolnay",
4849
"entra",
4950
"etag",
5051
"eventhub",
@@ -153,6 +154,12 @@
153154
"rust-custom"
154155
]
155156
},
157+
{
158+
"filename": ".github/workflows/*.yml",
159+
"dictionaries": [
160+
"rust-custom"
161+
]
162+
},
156163
{
157164
"filename": "sdk/core/azure_core_amqp/**",
158165
"dictionaries": [

0 commit comments

Comments
 (0)