Skip to content

Commit 6bf037c

Browse files
committed
Fix typo
1 parent 176c411 commit 6bf037c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Publish-PSResource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.PSResourceGet.dll-Help.xml
33
Module Name: Microsoft.PowerShell.PSResourceGet
44
ms.custom: 1.1.1
5-
ms.date: 10/31/2024
5+
ms.date: 05/14/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.psresourceget/publish-psresource?view=powershellget-3.x&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
---
@@ -60,7 +60,7 @@ Publish-PSResource -Path c:\TestModule -Repository PSGallery -APIKey '1234567'
6060

6161
### Example 3
6262

63-
This example publishes the module Nupkg **TestModule.nupkg** to a repositroy named TestRepository.
63+
This example publishes the module Nupkg **TestModule.nupkg** to a repository named TestRepository.
6464

6565
```powershell
6666
Publish-PSResource -NupkgPath c:\TestModule.nupkg -Repository TestRepository
@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120

121121
### -ModulePrefix
122122

123-
This is a dynamic parameter that is only available on the command line when you have supplied the
123+
This is a dynamic parameter that's only available on the command line when you have supplied the
124124
**Path** or **Nupkg** parameters and the **Repository** parameter for a `ContainerRegistry`
125125
repository.
126126

0 commit comments

Comments
 (0)