Skip to content

Commit 2451a26

Browse files
nickvdheuvelVesaJuvonen
authored andcommitted
Changes based on issue SharePoint#2949 (SharePoint#2980)
1 parent 48ef75c commit 2451a26

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/spfx/integrate-with-teams-introduction.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Starting with SharePoint Framework v1.7, you can build your Microsoft Team tabs
1111

1212
There are following benefits on using SharePoint Framework as the platform for your Microsoft Teams tabs:
1313

14-
- Development model is similar as for SharePoint Framework web parts
15-
- Technically any web part can be exposed as a tab in the Microsoft
16-
- You have difference scoping options on exposing your custom tab as a web part and tab in your tenant
14+
- Development model is similar as for SharePoint Framework web parts.
15+
- Technically any web part can be exposed as a tab in Microsoft Teams.
16+
- You have different scoping options on exposing your custom tab as a web part and tab in your tenant.
1717
- Your tab will be executed in the context of the underlaying SharePoint site behind of the specific team. This means that you can take advantage of any SharePoint specific APIs or functionalities in your web part.
1818

1919
> [!IMPORTANT]
@@ -32,10 +32,10 @@ You can start developing Microsoft Teams tabs simply by using the `with beta` ve
3232
yo @microsoft/sharepoint --plusbeta
3333
```
3434
35-
1. Create a solution with a client-side web part
36-
1. Deploy web part using tenant-scoped deployment option to your SharePoint app catalog
37-
1. Package `manifest.json` located in the `/teams` folder in your solution as a zip file . This file was automatically configured with default settings when your solution was created
38-
1. Deploy your zip file (application) to the Microsoft Teams and start add a new tab in the preferred channel
35+
1. Create a solution with a client-side web part.
36+
1. Deploy web part using tenant-scoped deployment option to your SharePoint app catalog.
37+
1. Package `manifest.json` located in the `/teams` folder in your solution as a zip file . This file was automatically configured with default settings when your solution was created.
38+
1. Deploy your zip file (application) to the Microsoft Teams and start add a new tab in the preferred channel.
3939
4040
> [!NOTE]
4141
> You can also follow the detailed steps to get started from the [Building Microsoft Teams tab using SharePoint Framework](web-parts/get-started/using-web-part-as-ms-teams-tab.md) tutorial.
@@ -70,4 +70,4 @@ Page context in a web part has by default a reference to the Teams JavaScript SD
7070
7171
## See also
7272

73-
- [Building Microsoft Teams tab using SharePoint Framework - Tutorial](web-parts/get-started/using-web-part-as-ms-teams-tab.md)
73+
- [Building Microsoft Teams tab using SharePoint Framework - Tutorial](web-parts/get-started/using-web-part-as-ms-teams-tab.md)

0 commit comments

Comments
 (0)