Skip to content

Commit

Permalink
Merge pull request #150 from NitroEvil/patch-1
Browse files Browse the repository at this point in the history
Update `Expand-Alias` link relating to issue #149
  • Loading branch information
Jaykul authored Aug 28, 2021
2 parents 48eb9ed + 789c238 commit 5563b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Style-Guide/Naming-Conventions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Naming Conventions

In general, prefer the use of full explicit names for commands and parameters rather than aliases or short forms. There are tools [Expand-Alias](https://github.com/PoshCode/ModuleBuilder/blob/master/ResolveAlias.psm1) for fixing many, but not all of these issues.
In general, prefer the use of full explicit names for commands and parameters rather than aliases or short forms. There are tools [Expand-Alias](https://github.com/PoshCode/ModuleBuilder/blob/master/PotentialContribution/ResolveAlias.psm1) for fixing many, but not all of these issues.

#### Use the full name of each command.

Expand Down

0 comments on commit 5563b5f

Please sign in to comment.