Skip to content

Commit 47507bb

Browse files
committed
Grammar: “which is likely a mistake and result in … error” is ungrammatical.
1 parent 50f751f commit 47507bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/Rules/MissingTryBlock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ title: MissingTryBlock
1111
## Description
1212

1313
The `catch` and `finally` blocks should be preceded by a `try` block.
14-
Otherwise, the `catch` and `finally` blocks will be interpreted as commands, which is likely a mistake and result
15-
in a "*The term 'catch' is not recognized as a name of a cmdlet*" error at runtime.
14+
Otherwise, the `catch` and `finally` blocks will be interpreted as commands, which is likely a mistake and
15+
will result in a "*The term 'catch' is not recognized as a name of a cmdlet*" error at runtime.
1616

1717
## How
1818

0 commit comments

Comments
 (0)