Skip to content

Commit f0c3355

Browse files
Merge pull request #5124 from ChVeen/Fix-of-some-typos
Fix of some typos
2 parents 8f0216c + 9a18629 commit f0c3355

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

documentation/Get-PnPContainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Accept wildcard characters: False
135135
136136
### -PagingToken
137137
138-
Use this parameter to provide the <Paging Token> 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 <Paging Token> to retrieve the next batch of up to 5,000 ontainers.
138+
Use this parameter to provide the <Paging Token> 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 <Paging Token> to retrieve the next batch of up to 5,000 containers.
139139
140140
```yaml
141141
Type: String

documentation/Get-PnPPlannerPlan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Returns the specified plan for the Marketing group.
5656
Get-PnPPlannerPlan -Id "gndWOTSK60GfPQfiDDj43JgACDCb" -ResolveIdentities
5757
```
5858

59-
Rerturns the plan with specified ID with resolved identities.
59+
Returns the plan with specified ID with resolved identities.
6060

6161
## PARAMETERS
6262

documentation/Get-PnPPowerApp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get-PnPPowerApp [-Environment <PowerPlatformEnvironmentPipeBind>] [-AsAdmin] [-I
2525
```
2626

2727
## DESCRIPTION
28-
This cmdlet returns the Power Apps for a given enviroment.
28+
This cmdlet returns the Power Apps for a given environment.
2929

3030
## EXAMPLES
3131

documentation/Get-PnPPowerPlatformCustomConnector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-PnPPowerPlatformCustomConnector [-Environment <PowerPlatformEnvironmentPipeB
2424
```
2525

2626
## DESCRIPTION
27-
This cmdlet returns the custom connectors on a given enviroment.
27+
This cmdlet returns the custom connectors on a given environment.
2828

2929
## EXAMPLES
3030

documentation/Get-PnPPowerPlatformSolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Get-PnPPowerPlatformSolution [-Environment <PowerPlatformEnvironmentPipeBind>] [
2424
```
2525

2626
## DESCRIPTION
27-
This cmdlet returns the PowerPlatform solution on a given enviroment.
27+
This cmdlet returns the PowerPlatform solution on a given environment.
2828

2929
## EXAMPLES
3030

documentation/Move-PnPFolder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ online version: https://pnp.github.io/powershell/cmdlets/Move-PnPFolder.html
1010
# Move-PnPFolder
1111

1212
## SYNOPSIS
13-
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.
13+
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.
1414

1515
## SYNTAX
1616

0 commit comments

Comments
 (0)