Skip to content

Commit 578583c

Browse files
authored
Remove extra spaces (#12753)
1 parent 6d2c958 commit 578583c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/learn/deep-dives/everything-about-exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ terminating error by using `-ErrorAction Stop` or calling it from within a `try{
599599

600600
### Public function templates
601601

602-
One last take a way I had with my conversation with Kirk Munro was that he places a
602+
One last takeaway I had with my conversation with Kirk Munro was that he places a
603603
`try{...}catch{...}` around every `begin`, `process` and `end` block in all of his advanced
604604
functions. In those generic catch blocks, he has a single line using
605605
`$PSCmdlet.ThrowTerminatingError($PSItem)` to deal with all exceptions leaving his functions.

0 commit comments

Comments
 (0)