Skip to content

Commit fa28cea

Browse files
authored
Correct 'in regards'.
In the text it was written '(..) in regards parameter naming'. This is incorrect, according to both Merriam-Webster and the Cambridge Dictionary: it is 'in regard to'. This has been corrected.
1 parent a28f24f commit fa28cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Best-Practices/Building-Reusable-Tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can get a list of the verbs by typing 'get-verb' at the command line.
2727

2828
# TOOL-05 Use PowerShell standard parameter naming
2929

30-
Tools should be consistent with PowerShell native cmdlets in regards parameter naming.
30+
Tools should be consistent with PowerShell native cmdlets in regard to parameter naming.
3131

3232
For example, use $ComputerName and $ServerInstance rather than something like $Param_Computer or $InstanceName.
3333

0 commit comments

Comments
 (0)