Skip to content

Commit 5e231f1

Browse files
committed
Typo fix
1 parent cc64dab commit 5e231f1

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
@@ -335,7 +335,7 @@ Navigate to the **render** method and replace the code inside the method with th
335335
<div id="spListContainer" />
336336
</div>`;
337337

338-
this._renderListAsync();
338+
this._renderListAsync();
339339
```
340340

341341
Save the file.

0 commit comments

Comments
 (0)