Skip to content

Commit e6a218c

Browse files
panjkovVesaJuvonen
authored andcommitted
Update integrate-with-teams-introduction.md (SharePoint#3222)
* Update integrate-with-teams-introduction.md Add clarity to some sentences, fixed few typos * Update integrate-with-teams-introduction.md typo
1 parent b271728 commit e6a218c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ ms.prod: sharepoint
77

88
# Building Microsoft Teams Tabs using SharePoint Framework
99

10-
Starting with SharePoint Framework v1.7, you can build your Microsoft Team tabs using SharePoint Framework tooling and use SharePoint as a host for your solutions.
10+
Starting with SharePoint Framework v1.7, you can build tabs for Microsoft Teams using SharePoint Framework tooling and use SharePoint as a host for your solutions.
1111

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

1414
- Development model is similar as for SharePoint Framework web parts.
15-
- Technically any web part can be exposed as a tab in Microsoft Teams.
15+
- Technically any SharePoint Framework web part can be exposed as a tab in Microsoft Teams.
1616
- You have different scoping options on exposing your custom tab as a web part and tab in your tenant.
17-
- 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.
17+
- Your tab will be executed in the context of the underlying 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]
20-
> This feature is currently in preview and is subject to change. It is not currently supported for use in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
20+
> This feature is currently in preview and is subject to change. It is not currently supported for usage in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
2121
2222
> [!IMPORTANT]
2323
> There is a known **bug** related on the property configuration, which will be addressed. You cannot change default property values or the web part is not successfully added on the tab. Fix for this issue will be rolling out in upcoming days.
2424
2525
## Development process
2626

27-
You can start developing Microsoft Teams tabs simply by using the `with beta` version of the SharePoint Framework 1.7 packages. High level steps to get started are as follows.
27+
You can start developing Microsoft Teams tabs simply by using the `plusbeta` version of the SharePoint Framework 1.7 packages that enables usage of preview functionality in the solution that you will create. High level steps to get started are as follows.
2828

2929
1. Start SharePoint Framework Yeoman generator with the `plusbeta` switch, so that the created solution will use the preview packages.
3030

0 commit comments

Comments
 (0)