docs: fix typo in admin hooks page (#4556)

This commit is contained in:
Sajarin M
2023-12-19 20:13:25 +05:30
committed by GitHub
parent 9e8f14a897
commit 1cad1a6954

View File

@@ -324,7 +324,7 @@ The `useForm` hook returns an object with the following properties: |
}, },
{ {
drawerTitle: 'addFieldRow', drawerTitle: 'addFieldRow',
drawerDescription: 'A useful method to programtically add a row to an array or block field.', drawerDescription: 'A useful method to programmatically add a row to an array or block field.',
drawerSlug: 'addFieldRow', drawerSlug: 'addFieldRow',
drawerContent: ( drawerContent: (
<> <>
@@ -434,7 +434,7 @@ export const CustomArrayManager = () => {
}, },
{ {
drawerTitle: 'removeFieldRow', drawerTitle: 'removeFieldRow',
drawerDescription: 'A useful method to programtically remove a row from an array or block field.', drawerDescription: 'A useful method to programmatically remove a row from an array or block field.',
drawerSlug: 'removeFieldRow', drawerSlug: 'removeFieldRow',
drawerContent: ( drawerContent: (
<> <>
@@ -531,7 +531,7 @@ export const CustomArrayManager = () => {
}, },
{ {
drawerTitle: 'replaceFieldRow', drawerTitle: 'replaceFieldRow',
drawerDescription: 'A useful method to programtically replace a row from an array or block field.', drawerDescription: 'A useful method to programmatically replace a row from an array or block field.',
drawerSlug: 'replaceFieldRow', drawerSlug: 'replaceFieldRow',
drawerContent: ( drawerContent: (
<> <>