Skip to content

Commit 7775200

Browse files
committed
One last edit
1 parent b169694 commit 7775200

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
@@ -717,7 +717,7 @@ Update the default web part to pass into the React component an instance of the
717717
```
718718
719719
1. Create a new interface that will keep track of the component's state:
720-
1. Create a new file **IGraphTasksState.ts** and save it to the folder: **src\webparts\graphTasks\components\**.
720+
1. Create a new file **IGraphTasksState.ts** and save it to the folder: **src\webparts\graphTasks\components**.
721721
1. Add the following code to define a new state object that will be used by the component:
722722
723723
```ts

0 commit comments

Comments
 (0)