diff --git a/documentation/Get-PnPContainer.md b/documentation/Get-PnPContainer.md index 030463dce..1fec0c417 100644 --- a/documentation/Get-PnPContainer.md +++ b/documentation/Get-PnPContainer.md @@ -135,7 +135,7 @@ Accept wildcard characters: False ### -PagingToken -Use this parameter to provide the provided to view the remaining Containers as shown in Example 5. If there are no more Containers to display, the commandlet output will return the message End of Containers view. Otherwise, use the given to retrieve the next batch of up to 5,000 ontainers. +Use this parameter to provide the provided to view the remaining Containers as shown in Example 5. If there are no more Containers to display, the commandlet output will return the message End of Containers view. Otherwise, use the given to retrieve the next batch of up to 5,000 containers. ```yaml Type: String diff --git a/documentation/Get-PnPPlannerPlan.md b/documentation/Get-PnPPlannerPlan.md index 924c46d4c..f3eeb586b 100644 --- a/documentation/Get-PnPPlannerPlan.md +++ b/documentation/Get-PnPPlannerPlan.md @@ -56,7 +56,7 @@ Returns the specified plan for the Marketing group. Get-PnPPlannerPlan -Id "gndWOTSK60GfPQfiDDj43JgACDCb" -ResolveIdentities ``` -Rerturns the plan with specified ID with resolved identities. +Returns the plan with specified ID with resolved identities. ## PARAMETERS diff --git a/documentation/Get-PnPPowerApp.md b/documentation/Get-PnPPowerApp.md index 3d12c5b9b..20c48c62b 100644 --- a/documentation/Get-PnPPowerApp.md +++ b/documentation/Get-PnPPowerApp.md @@ -25,7 +25,7 @@ Get-PnPPowerApp [-Environment ] [-AsAdmin] [-I ``` ## DESCRIPTION -This cmdlet returns the Power Apps for a given enviroment. +This cmdlet returns the Power Apps for a given environment. ## EXAMPLES diff --git a/documentation/Get-PnPPowerPlatformCustomConnector.md b/documentation/Get-PnPPowerPlatformCustomConnector.md index 51d4d1689..4a1ea0d8f 100644 --- a/documentation/Get-PnPPowerPlatformCustomConnector.md +++ b/documentation/Get-PnPPowerPlatformCustomConnector.md @@ -24,7 +24,7 @@ Get-PnPPowerPlatformCustomConnector [-Environment ] [ ``` ## DESCRIPTION -This cmdlet returns the PowerPlatform solution on a given enviroment. +This cmdlet returns the PowerPlatform solution on a given environment. ## EXAMPLES diff --git a/documentation/Move-PnPFolder.md b/documentation/Move-PnPFolder.md index 94db061ea..0caf63126 100644 --- a/documentation/Move-PnPFolder.md +++ b/documentation/Move-PnPFolder.md @@ -10,7 +10,7 @@ online version: https://pnp.github.io/powershell/cmdlets/Move-PnPFolder.html # Move-PnPFolder ## SYNOPSIS -Move a folder to another location in the current web. If you want to move a folder to a different site collection, use the Move-PnPFile cmdlet instead, which also supports moving folders and also accross site collections. Move-PnPFolder can be used to move folders that are within the list view threshold, the commandlet will fail if the list view threshold is exceeded. +Move a folder to another location in the current web. If you want to move a folder to a different site collection, use the Move-PnPFile cmdlet instead, which also supports moving folders and also across site collections. Move-PnPFolder can be used to move folders that are within the list view threshold, the commandlet will fail if the list view threshold is exceeded. ## SYNTAX