From 63273e17cffe267a4f6ffa5f11048df365f2ab34 Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Tue, 7 Mar 2023 15:44:08 -0500 Subject: [PATCH] Updates per code review. --- .../reference-guides/slotfills/plugin-document-setting-panel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-guides/slotfills/plugin-document-setting-panel.md b/docs/reference-guides/slotfills/plugin-document-setting-panel.md index 48ea60845f117c..76e077056abd63 100644 --- a/docs/reference-guides/slotfills/plugin-document-setting-panel.md +++ b/docs/reference-guides/slotfills/plugin-document-setting-panel.md @@ -72,7 +72,7 @@ const Example = () => { }; ``` -It is also possible to remove panels from the admin using the `removeEditorPanel` function passing the name of the registered panel. +It is also possible to remove panels from the admin using the `removeEditorPanel` function by passing the name of the registered panel. ```js import { useDispatch } from '@wordpress/data';