Skip to content

Commit 962ec41

Browse files
Merge pull request SharePoint#4168 from gauravgoyal5/patch-6
Added comma
2 parents da4c547 + 23176c0 commit 962ec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/basics/hide-web-part-from-toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For scenarios where you automatically instantiate a custom web part on a modern
1212

1313
## Configure hiding the web part from the toolbox
1414

15-
By default a SharePoint Framework client-side web part will be displayed in the web part toolbox when a user edit a page. To allow hiding the web part from the toolbox you add set the `hiddenFromToolbox` property to `true` in the web part manifest.
15+
By default a SharePoint Framework client-side web part will be displayed in the web part toolbox when a user edit a page. To allow hiding the web part from the toolbox, you add set the `hiddenFromToolbox` property to `true` in the web part manifest.
1616

1717
```json
1818
{

0 commit comments

Comments
 (0)