Skip to content

Commit b7a25e5

Browse files
ChVeengautamdsheth
andauthored
Fixed some grammar issues (#3960)
* Fix grammar issues * added to changelog * reviewer comments --------- Co-authored-by: Gautam Sheth <gautamdsheth@outlook.com>
1 parent 2cb81fa commit b7a25e5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

documentation/Add-PnPOrgAssetsLibrary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Add-PnPOrgAssetsLibrary
1515

1616
* SharePoint: Access to the SharePoint Tenant Administration site
1717

18-
Adds a given document library as a organizational asset source
18+
Adds a given document library as an organizational asset source
1919

2020
## SYNTAX
2121

documentation/Add-PnPTenantSequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add-PnPTenantSequence -Template <ProvisioningHierarchy> -Sequence <ProvisioningS
2121

2222
## DESCRIPTION
2323

24-
Allows to add a a tenant sequence object to a tenant template.
24+
Allows to add a tenant sequence object to a tenant template.
2525

2626
## EXAMPLES
2727

documentation/Add-PnPTenantSequenceSite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Add-PnPTenantSequenceSite
1010
# Add-PnPTenantSequenceSite
1111

1212
## SYNOPSIS
13-
Adds a existing tenant sequence site object to a tenant template
13+
Adds an existing tenant sequence site object to a tenant template
1414

1515
## SYNTAX
1616

@@ -21,7 +21,7 @@ Add-PnPTenantSequenceSite -Site <ProvisioningSitePipeBind> -Sequence <Provisioni
2121

2222
## DESCRIPTION
2323

24-
Allows to add a existing tenant sequence site object to a tenant template.
24+
Allows to add an existing tenant sequence site object to a tenant template.
2525

2626
## EXAMPLES
2727

documentation/Add-PnPWebPartToWikiPage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This will add the web part as defined by the XML in the $webpart variable to the
4949
## PARAMETERS
5050

5151
### -AddSpace
52-
Must there be a extra space between the web part
52+
Must there be an extra space between the web part
5353

5454
```yaml
5555
Type: SwitchParameter

pages/articles/batching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you add a list item with Add-PnPListItem without batching, the following happ
1717

1818
All in all you see we make around 6 requests, although the exact number depends a bit on what type of fields you are setting. So if you loop through 100 items, you get at least 600 requests.
1919

20-
## Adding a item with batching (REST)
20+
## Adding an item with batching (REST)
2121

2222
```powershell
2323
$batch = New-PnPBatch

pages/articles/connecting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You will have to create your own Azure AD Application registration, or you can c
3636
Register-PnPAzureADApp -ApplicationName "YourApplicationName" -Tenant [tenant].onmicrosoft.com -Interactive
3737
```
3838

39-
This will launch a authentication dialog where you need to authenticate. After closing this window the cmdlet will continue to register a new application with a set of default permissions. By default a certificate will be generated and stored in the current folder, named after the application you want to create. You can specify your own certificate by using the `-CertificatePath` parameter and optional `-CertificatePassword` parameter.
39+
This will launch an authentication dialog where you need to authenticate. After closing this window the cmdlet will continue to register a new application with a set of default permissions. By default a certificate will be generated and stored in the current folder, named after the application you want to create. You can specify your own certificate by using the `-CertificatePath` parameter and optional `-CertificatePassword` parameter.
4040

4141
You can add permissions by using the `-GraphApplicationPermissions`, `-GraphDelegatePermissions`, `-SharePointApplicationPermissions` or `-SharePointDelegatePermissions` parameters. The cmdlet will output the Azure AppId/client id, the name and location of the certificates created (if any) and the thumbprint of the certificate. It is possible to add the certificate created to the certificate management store in Windows by adding the `-Store` parameter.
4242

0 commit comments

Comments
 (0)