Skip to content

Commit

Permalink
Correct 'in regards'.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
richy58729 authored Jan 28, 2023
1 parent a28f24f commit fa28cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Best-Practices/Building-Reusable-Tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can get a list of the verbs by typing 'get-verb' at the command line.

# TOOL-05 Use PowerShell standard parameter naming

Tools should be consistent with PowerShell native cmdlets in regards parameter naming.
Tools should be consistent with PowerShell native cmdlets in regard to parameter naming.

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

Expand Down

0 comments on commit fa28cea

Please sign in to comment.