Skip to content

Commit c10aa10

Browse files
authored
remove en-us in the url
1 parent a0906e4 commit c10aa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ this.context.sdks.microsoftTeams
116116
117117
## What Teams JS SDK version to use?
118118

119-
The SharePoint Framework provides access to the Teams JS SDK instance and context using `sdks.microsoftTeams` property in the [context's API](https://docs.microsoft.com/en-us/javascript/api/sp-webpart-base/webpartcontext?view=sp-typescript-latest#@microsoft-sp-webpart-base-webpartcontext-sdks-member).
119+
The SharePoint Framework provides access to the Teams JS SDK instance and context using `sdks.microsoftTeams` property in the [context's API](https://docs.microsoft.com/javascript/api/sp-webpart-base/webpartcontext?view=sp-typescript-latest#@microsoft-sp-webpart-base-webpartcontext-sdks-member).
120120
Using this API assures the supported version of Teams JS is loaded and initialized.
121121

122122
Few crucial details to keep in mind:

0 commit comments

Comments
 (0)