File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
195195One of the approaches above would be enabled with
196196` Set-StrictMode -version 6 ` , instead of a boolean preference variable.
197197For 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
199199code.
200200- An exception would be thrown for "untested" native commands with a
201201non-zero exit code.
@@ -233,4 +233,4 @@ earlier listed approaches in a number of ways. Native command error
233233handling would sit alongside overall exception handling. There would be
234234no side-effects in calling or in called scripts. It could also minimize
235235runtime 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