Skip to content

Commit 9e98c43

Browse files
hugoabernierVesaJuvonen
authored andcommitted
Made a minor correction (SharePoint#2919)
The web part name was left as src\webparts\helloWorld\HelloWorldWebPart.ts, it should have been src\webparts\myFirstTeamTab\MyFirstTeamTabWebPart.ts
1 parent fe4fc1e commit 9e98c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Teams folder contains following three files:
9494
9595
## Updating code to be aware of the Microsoft Teams context
9696
97-
1. Open **src\webparts\helloWorld\HelloWorldWebPart.ts** for the needed edits on making our solution aware of the Microsoft Teams context, if it's used as a tab.
97+
1. Open **src\webparts\myFirstTeamTab\MyFirstTeamTabWebPart.ts** for the needed edits on making our solution aware of the Microsoft Teams context, if it's used as a tab.
9898
9999
1. Add the following private variable inside the **MyFirstTeamsTabWebPart** class. We will be storing information around the Microsoft Teams context in this variable.
100100

0 commit comments

Comments
 (0)