Skip to content

Commit 555728e

Browse files
ChVeengautamdsheth
andauthored
fixed several typos (#4404)
Co-authored-by: Gautam Sheth <[email protected]>
1 parent 975f959 commit 555728e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ publish/
133133
# Publish Web Output
134134
*.[Pp]ublish.xml
135135
*.azurePubxml
136-
## TODO: Comment the next line if you want to checkin your
136+
## TODO: Comment the next line if you want to check in your
137137
## web deploy settings but do note that will include unencrypted
138138
## passwords
139139
#*.pubxml

MIGRATE-1.0-to-2.0.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The 2.x version of PnP PowerShell is based exclusively on .NET 6.0, which means
66

77
- We had to update the module to .NET 6.0 because Microsoft removed support for .NET 3.1 in early December 2022.
88

9-
- We decided to drop support for .NET Framework it is not actively developed, doesn't work across-platforms and only receives maintainence and security updates. So, it would add additional code complexity and maintainabilty issues for us going forward in the future.
9+
- We decided to drop support for .NET Framework it is not actively developed, doesn't work across-platforms and only receives maintenance and security updates. So, it would add additional code complexity and maintainability issues for us going forward in the future.
1010

1111
- The 2.x version of PnP PowerShell will work only on PowerShell 7.2.x or later versions.
1212

@@ -20,7 +20,7 @@ Or
2020

2121
- For Linux based environments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.2)
2222

23-
- For Mac OS envoronments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.2)
23+
- For Mac OS environments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos?view=powershell-7.2)
2424

2525
Once the PowerShell 7.2.x or later is downloaded and installed in the environment, you can install the PnP PowerShell module like you normally do.
2626

@@ -79,7 +79,7 @@ Using PnP PowerShell in Azure functions ? You might be required to change the Pn
7979

8080
## Other notable changes
8181

82-
- We have removed support for `2019-03` version of the PnP Provisioning schema from all provisioning related cmdlets. You should be using atleast `2019-09` or a later version of the schema.
82+
- We have removed support for `2019-03` version of the PnP Provisioning schema from all provisioning related cmdlets. You should be using at least `2019-09` or a later version of the schema.
8383
- The `-Web` parameter, which was marked obsolete, was used in certain Web level cmdlets. We have removed that. You should use `Connect-PnPOnline -Url [subweburl]` instead to connect to a Web.
8484

8585
## Changes to output type

MIGRATE-2.0-to-3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Or
1616

1717
- For Linux based environments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux)
1818

19-
- For Mac OS envoronments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos)
19+
- For Mac OS environments, please use [this link](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-macos)
2020

2121
Once the PowerShell 7.4 or later is downloaded and installed in the environment, you can install the PnP PowerShell module like you normally do.
2222

0 commit comments

Comments
 (0)