Skip to content

Commit 782cfb1

Browse files
authored
Fix grammatical error in PowerShell help writing tips
Corrected grammatical error in help writing guidelines.
1 parent ce60c55 commit 782cfb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/docs-conceptual/developer/help/writing-help-for-windows-powershell-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ A module can include the following types of Help.
8686
special rendering of the text in the PowerShell console. The following suggestions ensure the best
8787
display results and readability.
8888

89-
- UTF-8 with BOM encoding to ensure any special (multi-byte) characters display correctly.
90-
- Underline section headers or use all uppercase letters to make them stand out. This makes the
89+
- Use UTF-8 with BOM encoding to ensure any special (multi-byte) characters display correctly.
90+
- Underline section headers or use all uppercase letters to make they stand out. This makes the
9191
content easier to scan.
9292
- Limit the length of each line to 80 characters.
9393
- Indent code blocks and example output to separate them from the surrounding prose.

0 commit comments

Comments
 (0)