Skip to content

Commit c4ba0f7

Browse files
committed
DocFix for typo
- fixes SharePoint#4908
1 parent 5d828a5 commit c4ba0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/get-started/connect-to-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ SharePoint Workbench gives you the flexibility to test web parts in your local e
311311
}
312312
```
313313

314-
Things to note about hostType in the **_renderListAsync** method:
314+
Things to note about **EnvironmentType** in the **_renderListAsync** method:
315315

316316
- The `Environment.type` property helps you check if you are in a local or SharePoint environment.
317317
- The correct method is called depending on where your Workbench is hosted.

0 commit comments

Comments
 (0)