Skip to content

Commit b94d7dd

Browse files
committed
🐞♻️ fixup code reference typo
- closes SharePoint#8726
1 parent e2c0d5f commit b94d7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Building Microsoft Teams Tabs using SharePoint Framework
33
description: You can build your Microsoft Teams tabs using SharePoint Framework and utilize the tooling
4-
ms.date: 11/14/2022
4+
ms.date: 01/27/2023
55
---
66
# Building Microsoft Teams Tabs using SharePoint Framework
77

@@ -103,7 +103,7 @@ There's an alternative way to deploy your solution, which will for instance allo
103103
The page context in a web part contains a reference to the Teams JavaScript SDK so that you can easily get access on the Teams context when your web part is rendered as a tab.
104104

105105
```javascript
106-
this.context.sdks.microsoftTeams.teamJs.app.getContext()
106+
this.context.sdks.microsoftTeams.teamsJs.app.getContext()
107107
```
108108

109109
> [!NOTE]

0 commit comments

Comments
 (0)