Skip to content

Commit a3c1977

Browse files
committed
Fix typos in documentation
1 parent 1a16be0 commit a3c1977

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/Microsoft.PowerShell.PSResourceGet.psd1

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
- Update `-ModulePrefix` to be a static parameter (#1868)
6767
- Bug fix for populating all `#Requires` fields in `Update-PSScriptFileInfo` (#1863)
6868
- Bug fix for populating `Includes` metadata for packages from container registry repositories (#1861)
69-
- Bug fix for `Find-PSRessource` and `Install-PSResource` not retrieving unlisted package versions (#1859)
69+
- Bug fix for `Find-PSResource` and `Install-PSResource` not retrieving unlisted package versions (#1859)
7070
7171
## 1.2.0-preview2
7272
7373
### New Features
74-
- Ingetration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
74+
- Integration of the Azure Artifacts Credential Provider for ADO feeds (#1765)
7575
7676
### Bug Fix
7777
- Bug fixes for NuGet v3 dependencies (#1841 Thanks @o-l-a-v!)
@@ -124,7 +124,7 @@
124124
125125
- Update to use OCI v2 APIs for Container Registry (#1737)
126126
- Bug fixes for finding and installing from local repositories on Linux machines (#1738)
127-
- Bug fix for finding package name with 4 part version from local repositories (#1739)
127+
- Bug fix for finding package name with 4 part version from local repositories (#1739)
128128
129129
## 1.1.0-RC1
130130
@@ -136,7 +136,7 @@
136136
137137
- Fix packaging name matching when searching in local repositories (#1731)
138138
- `Compress-PSResource` `-PassThru` now passes `FileInfo` instead of string (#1720)
139-
- Fix for `Compress-PSResource` not properly compressing scripts (#1719)
139+
- Fix for `Compress-PSResource` not properly compressing scripts (#1719)
140140
- Add `AcceptLicense` to Save-PSResource (#1718 Thanks @o-l-a-v!)
141141
- Better support for NuGet v2 feeds (#1713 Thanks @o-l-a-v!)
142142
- Better handling of `-WhatIf` support in `Install-PSResource` (#1531 Thanks @o-l-a-v!)
@@ -153,7 +153,7 @@
153153
154154
### Bug Fixes
155155
156-
- Add prerelease string when NormalizedVersion doesn't exist, but prelease string does (#1681 Thanks @sean-r-williams)
156+
- Add prerelease string when NormalizedVersion doesn't exist, but prerelease string does (#1681 Thanks @sean-r-williams)
157157
- Add retry logic when deleting files (#1667 Thanks @o-l-a-v!)
158158
- Fix broken PAT token use (#1672)
159159
- Updated error messaging for authenticode signature failures (#1701)
@@ -162,14 +162,14 @@
162162
163163
### New Features
164164
165-
- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567,
165+
- Support for Azure Container Registries (#1495, #1497-#1499, #1501, #1502, #1505, #1522, #1545, #1548, #1550, #1554, #1560, #1567,
166166
#1573, #1576, #1587, #1588, #1589, #1594, #1598, #1600, #1602, #1604, #1615)
167167
168168
### Bug Fixes
169169
170170
- Fix incorrect request URL when installing resources from ADO (#1597 Thanks @anytonyoni!)
171171
- Fix for swallowed exceptions (#1569)
172-
- Fix for PSResourceGet not working in Constrained Languange Mode (#1564)
172+
- Fix for PSResourceGet not working in Constrained Language Mode (#1564)
173173
174174
## 1.0.6
175175
@@ -243,7 +243,7 @@
243243
- Bug fix Artifactory v2 endpoint failures (#1428)
244244
- Bug fix Artifactory v3 endpoint failures (#1427)
245245
- Bug fix `-RequiredResource` silent failures (#1426)
246-
- Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405)
246+
- Bug fix for v2 repository returning extra packages for `-Tag` based search with `-Prerelease` (#1405)
247247
248248
See change log (CHANGELOG) at https://github.com/PowerShell/PSResourceGet
249249
'@

0 commit comments

Comments
 (0)