Skip to content

Commit

Permalink
fix(cspell): suppress error in hybridnetwork (#39724)
Browse files Browse the repository at this point in the history
  • Loading branch information
archerzz authored and DevArjun23 committed Nov 14, 2023
1 parent 7a15979 commit d849700
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,15 @@
"words": [
"resourceid"
]
},
{
"filename": "**/sdk/hybridnetwork/**/*.cs",
"words": [
"Nfvi",
"nfvi",
"NFVIs",
"nfvis"
]
}
],
"allowCompoundWords": true
Expand Down

0 comments on commit d849700

Please sign in to comment.