Skip to content

Commit 797ef5f

Browse files
authored
Merge pull request #11687 from changeworld/patch-1
Fix typo
2 parents bbd443d + c135ffe commit 797ef5f

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

reference/5.1/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ WindowsPowerShell/3.0" with slight variations for each operating system and plat
635635

636636
To test a website with the standard user agent string that is used by most Internet browsers, use
637637
the properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands) class, such as
638-
Chrome, FireFox, Internet Explorer, Opera, and Safari.
638+
Chrome, Firefox, Internet Explorer, Opera, and Safari.
639639

640640
```yaml
641641
Type: System.String

reference/5.1/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ each operating system and platform.
671671

672672
To test a website with the standard user agent string that is used by most Internet browsers, use
673673
the properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands.psuseragent) class,
674-
such as Chrome, FireFox, InternetExplorer, Opera, and Safari. For example, the following command
674+
such as Chrome, Firefox, InternetExplorer, Opera, and Safari. For example, the following command
675675
uses the user agent string for Internet Explorer:
676676
`Invoke-WebRequest -Uri https://website.com/ -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::InternetExplorer)`
677677

reference/7.4/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ variations for each operating system and platform.
14191419

14201420
To test a website with the standard user agent string that is used by most internet browsers, use
14211421
the properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands.psuseragent) class,
1422-
such as Chrome, FireFox, InternetExplorer, Opera, and Safari.
1422+
such as Chrome, Firefox, InternetExplorer, Opera, and Safari.
14231423

14241424
```yaml
14251425
Type: System.String

reference/7.4/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ variations for each operating system and platform.
13961396

13971397
To test a website with the standard user agent string that's used by most internet browsers, use the
13981398
properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands.psuseragent) class, such
1399-
as Chrome, FireFox, InternetExplorer, Opera, and Safari.
1399+
as Chrome, Firefox, InternetExplorer, Opera, and Safari.
14001400

14011401
For example, the following command uses the user agent string for Internet Explorer:
14021402
`Invoke-WebRequest -Uri https://website.com/ -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::InternetExplorer)`

reference/7.5/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ variations for each operating system and platform.
14141414

14151415
To test a website with the standard user agent string that is used by most internet browsers, use
14161416
the properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands.psuseragent) class,
1417-
such as Chrome, FireFox, InternetExplorer, Opera, and Safari.
1417+
such as Chrome, Firefox, InternetExplorer, Opera, and Safari.
14181418

14191419
```yaml
14201420
Type: System.String

reference/7.5/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ variations for each operating system and platform.
13921392

13931393
To test a website with the standard user agent string that's used by most internet browsers, use the
13941394
properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands.psuseragent) class, such
1395-
as Chrome, FireFox, InternetExplorer, Opera, and Safari.
1395+
as Chrome, Firefox, InternetExplorer, Opera, and Safari.
13961396

13971397
For example, the following command uses the user agent string for Internet Explorer:
13981398
`Invoke-WebRequest -Uri https://website.com/ -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::InternetExplorer)`

reference/7.6/Microsoft.PowerShell.Utility/Invoke-RestMethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ variations for each operating system and platform.
14141414

14151415
To test a website with the standard user agent string that is used by most internet browsers, use
14161416
the properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands.psuseragent) class,
1417-
such as Chrome, FireFox, InternetExplorer, Opera, and Safari.
1417+
such as Chrome, Firefox, InternetExplorer, Opera, and Safari.
14181418

14191419
```yaml
14201420
Type: System.String

reference/7.6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@ variations for each operating system and platform.
13921392

13931393
To test a website with the standard user agent string that's used by most internet browsers, use the
13941394
properties of the [PSUserAgent](/dotnet/api/microsoft.powershell.commands.psuseragent) class, such
1395-
as Chrome, FireFox, InternetExplorer, Opera, and Safari.
1395+
as Chrome, Firefox, InternetExplorer, Opera, and Safari.
13961396

13971397
For example, the following command uses the user agent string for Internet Explorer:
13981398
`Invoke-WebRequest -Uri https://website.com/ -UserAgent ([Microsoft.PowerShell.Commands.PSUserAgent]::InternetExplorer)`

0 commit comments

Comments
 (0)