Skip to content

Commit 8bfe9ba

Browse files
committed
Typo fixing
1 parent 4b60d69 commit 8bfe9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/solution-guidance/applying-pnp-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here follows a brief guidance about the parameters:
7373
- **CommunicationSiteTitle**: is the title of the Consumer Retail Communication Site provisioned on the target tenant for the Global Marketing Hub template.
7474
- **CommunicationSiteUrl**: is the server-relative URL of the Communication Site provisioned by the template Global Marketing Hub. It can be something like: _/sites/name-of-the-site_.
7575
- **BenefitsSiteTitle**: is the title of the Communication Site provisioned by the Human Resources Hub template.
76-
- **BenefitsSiteUrl**: is the server-relative URL of the Communication Siteprovisioned by the Human Resources Hub template. It can be something like: _/sites/name-of-the-site_.
76+
- **BenefitsSiteUrl**: is the server-relative URL of the Communication Site provisioned by the Human Resources Hub template. It can be something like: _/sites/name-of-the-site_.
7777

7878

7979
Here follows a brief guidance about the meaning of the prerequisites:
@@ -118,7 +118,7 @@ Remember to provide a value for all the parameters declared in the above table.
118118

119119
#### Example script for applying Learning Pathways solution
120120

121-
This is how the PowerShell script is for applying the Learning Pathways solution which only has the `SiteUrl` parameter and the pnp file for the Learning Pathways is located in the *c:\temp* folder and you want to target to previously created site with URL of */sites/M365LP*.
121+
This is how the PowerShell script would look like for applying the [Learning Pathways solution](https://learn.microsoft.com/en-us/office365/customlearning/), which only has the `SiteUrl` parameter and the pnp file for the Learning Pathways is located in the *c:\temp* folder and you want to target to previously created site with URL of */sites/M365LP*.
122122

123123
```powershell
124124
Connect-PnPOnline https://<tenant>-admin.sharepoint.com/

0 commit comments

Comments
 (0)