Skip to content

Commit 29df2fb

Browse files
Copilotjohlju
andcommitted
Fix typos in Class-based DSC resource section
Co-authored-by: johlju <[email protected]>
1 parent 259bfbb commit 29df2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,11 @@ be compiled to a .mof file. If the tests find any errors the build will fail.
297297
A terminating error is an error that prevents the resource to continue further.
298298
If a DSC resource shall throw an terminating error the commands of the module
299299
**DscResource.Common** shall be used primarily; [`New-ArgumentException`](https://github.com/dsccommunity/DscResource.Common#new-invalidargumentexception),
300-
[`New-InvalidDataExcpetion`](https://github.com/dsccommunity/DscResource.Common#new-invaliddataexception),
300+
[`New-InvalidDataException`](https://github.com/dsccommunity/DscResource.Common#new-invaliddataexception),
301301
[`New-InvalidOperationException`](https://github.com/dsccommunity/DscResource.Common#new-invalidoperationexception),
302302
[`New-InvalidResultException`](https://github.com/dsccommunity/DscResource.Common#new-invalidresultexception),
303303
or [`New-NotImplementedException`](https://github.com/dsccommunity/DscResource.Common#new-notimplementedexception).
304-
If neither of those commands works in the scenarion then `throw` shall be used.
304+
If neither of those commands works in the scenario then `throw` shall be used.
305305

306306
### Commands
307307

0 commit comments

Comments
 (0)