Skip to content

Commit 6c5aada

Browse files
authored
Update hide-web-part-from-toolbox.md
1 parent b1a0d29 commit 6c5aada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 05/23/2018
55
ms.prod: sharepoint
66
---
77

8-
# Hide a web parts from the toolbox
8+
# Hide a web part from the toolbox
99

1010
For scenarios where you automatically instantiate a custom web part on a modern page, you might want the web part not to be manually available for end-users. This could for example be a status web part on a home page.
1111

@@ -43,4 +43,4 @@ By default a SharePoint Framework client-side web part will be displayed in the
4343
}
4444
```
4545

46-
With the `hiddenFromToolbox` setting enabled, when you edit a page, the web part will not be listed in the toolbox.
46+
With the `hiddenFromToolbox` setting enabled, when you edit a page, the web part will not be listed in the toolbox.

0 commit comments

Comments
 (0)