Skip to content

Commit 7de6fa2

Browse files
authored
UseApprovedVerbs.md: Backport minor change of PR 104 in PowerShell-Docs-Modules
1 parent 9a6ce97 commit 7de6fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/Rules/UseApprovedVerbs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All cmdlets must used approved verbs.
1515

1616
Approved verbs can be found by running the command `Get-Verb`.
1717

18-
Additional documentation on approved verbs can be found in the microsoft docs page
18+
Additional documentation on approved verbs can be found at
1919
[Approved Verbs for PowerShell Commands](https://learn.microsoft.com/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
2020
Some unapproved verbs are documented on the approved verbs page and point to approved alternatives.
2121
Try searching for the verb you used to find its approved form. For example, searching for `Read`,

0 commit comments

Comments
 (0)