We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2c958 commit 578583cCopy full SHA for 578583c
reference/docs-conceptual/learn/deep-dives/everything-about-exceptions.md
@@ -599,7 +599,7 @@ terminating error by using `-ErrorAction Stop` or calling it from within a `try{
599
600
### Public function templates
601
602
-One last take a way I had with my conversation with Kirk Munro was that he places a
+One last takeaway I had with my conversation with Kirk Munro was that he places a
603
`try{...}catch{...}` around every `begin`, `process` and `end` block in all of his advanced
604
functions. In those generic catch blocks, he has a single line using
605
`$PSCmdlet.ThrowTerminatingError($PSItem)` to deal with all exceptions leaving his functions.
0 commit comments