Skip to content

Commit e1ff073

Browse files
Merge pull request #12776 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-19 23:00 UTC
2 parents 4a4922d + 26e9720 commit e1ff073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/docs-conceptual/developer/help/how-updatable-help-works.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to update the help files for a module in a particular UI culture.
2020

2121
1. `Update-Help` compares the version number of the help files for the specified UI culture in the
2222
remote and local HelpInfo XML files for the module. If the version number on the remote file is
23-
greater than version number on the local file, or if the there is no local HelpInfo XML file for
23+
greater than version number on the local file, or if there is no local HelpInfo XML file for
2424
the module, `Update-Help` prepares to download new help files.
2525

2626
1. `Update-Help` selects the CAB file for the module from the location specified by the
@@ -52,7 +52,7 @@ files for a module in a file share that's specified by the **DestinationPath** p
5252

5353
1. `Save-Help` compares the version number of the help files for the specified UI culture in the
5454
remote and local HelpInfo XML files for the module. If the version number on the remote file is
55-
greater than version number on the local file, or if the there is no local HelpInfo XML file for
55+
greater than version number on the local file, or if there is no local HelpInfo XML file for
5656
the module in the **DestinationPath** directory, `Save-Help` prepares to download new help files.
5757

5858
1. `Save-Help` selects the CAB file for the module from the location specified by the
@@ -76,7 +76,7 @@ files for a module in a file share that's specified by the **DestinationPath** p
7676

7777
1. `Update-Help` compares the version number of the help files for the specified UI culture in the
7878
remote and local HelpInfo XML files for the module. If the version number on the remote file is
79-
greater than version number on the local file, or if the there is no local HelpInfo XML file,
79+
greater than version number on the local file, or if there is no local HelpInfo XML file,
8080
`Update-Help` prepares to install new help files.
8181

8282
1. `Update-Help` selects the CAB file for the module from **SourcePath** directory. It uses the

0 commit comments

Comments
 (0)