Skip to content

Commit 3719ba7

Browse files
Merge pull request SharePoint#5876 from JarbasHorst/patch-1
Update embed-pages-to-teams.md
2 parents b4d0d80 + 54da1cd commit 3719ba7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features/embed-pages-to-teams.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We will be using following tags in the steps below, which you should update base
4747

4848
- [domainUrl] – Root URL of the ___domain
4949
- Example – https://contoso.sharepoint.com
50-
- [PageUrl] – Page, which should be shown in the tab relative to the root of the tenant
50+
- [pageUrl] – Page, which should be shown in the tab relative to the root of the tenant
5151
- Example - /sites/theperspective/SitePages/Home.aspx
5252

5353
> [!TIP]
@@ -95,7 +95,7 @@ You will need to use **App Studio** or another editor to create the Teams manife
9595
1. Fill in the **Personal tab** details based on your own setup
9696
1. **Name** – Intranet
9797
1. **Entity ID** – 19991 (Use random number)
98-
1. **Content URL** – https:// [domainUrl] /_layouts/15/teamslogon.aspx?SPFX=true&dest=[pageUrl]
98+
1. **Content URL** – https://[domainUrl]/_layouts/15/teamslogon.aspx?SPFX=true&dest=[pageUrl]
9999
1. Update the URL based on your own tenant details. Example URL would be https://contoso.sharepoint.com/_layouts/15/teamslogon.aspx?SPFX=true&dest=/sites/theperspective/SitePages/Home.aspx
100100
1. The URL will need to be encoded to avoid issues accessing it across different devices.
101101
1. **Website URL** – You can leave this optional value empty
@@ -104,7 +104,7 @@ You will need to use **App Studio** or another editor to create the Teams manife
104104

105105
![teams menu apps](../images/teams-app-studio-domains.png)
106106

107-
1. Make sure that **Domains from your tabs have your ___domain on it
107+
1. Make sure that **Domains from your tabs** have your ___domain on it
108108
1. Example ___domain value `contoso.sharepoint.com`
109109

110110
1. Update **AAD App ID** as 00000003-0000-0ff1-ce00-000000000000

0 commit comments

Comments
 (0)