Skip to content

Commit 8555084

Browse files
authored
Update Lab.md
fixed folder name
1 parent 930bf52 commit 8555084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Update the default web part to pass into the React component an instance of the
124124
```
125125
126126
1. Create a new interface that will keep track of the component's state:
127-
1. Create a new file **IGraphPersonaState.ts** and save it to the folder: **src\webparts\graphResponse\components**.
127+
1. Create a new file **IGraphPersonaState.ts** and save it to the folder: **src\webparts\graphPersona\components**.
128128
1. Add the following code to define a new state object that will be used by the component:
129129

130130
```ts

0 commit comments

Comments
 (0)