From 4a9f0daaceba3233d4cbfaa3cfbb07deae23b4eb Mon Sep 17 00:00:00 2001 From: Ramon Date: Thu, 19 Oct 2023 12:01:04 +1100 Subject: [PATCH] Updated spelling of advanced (#55468) --- packages/block-library/src/form/edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/form/edit.js b/packages/block-library/src/form/edit.js index d8ae9ea5e75539..4110cce53f45cd 100644 --- a/packages/block-library/src/form/edit.js +++ b/packages/block-library/src/form/edit.js @@ -107,7 +107,7 @@ const Edit = ( { attributes, setAttributes, clientId } ) => { help={ submissionMethod === 'custom' ? __( - 'Select the method to use for form submissions. Additional options for the "custom" mode can be found in the "Andvanced" section.' + 'Select the method to use for form submissions. Additional options for the "custom" mode can be found in the "Advanced" section.' ) : __( 'Select the method to use for form submissions.'