File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ management using a cmdlet.
195
195
One of the approaches above would be enabled with
196
196
` Set-StrictMode -version 6 ` , instead of a boolean preference variable.
197
197
For example,
198
- - An error would be eported for native commands with a non-zero exit
198
+ - An error would be reported for native commands with a non-zero exit
199
199
code.
200
200
- An exception would be thrown for "untested" native commands with a
201
201
non-zero exit code.
@@ -233,4 +233,4 @@ earlier listed approaches in a number of ways. Native command error
233
233
handling would sit alongside overall exception handling. There would be
234
234
no side-effects in calling or in called scripts. It could also minimize
235
235
runtime overhead as the facility should be mostly handled by the parser
236
- and compiler.
236
+ and compiler.
You can’t perform that action at this time.
0 commit comments