Skip to content

Commit

Permalink
Fix recent use of deprecated prop and typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Nov 9, 2023
1 parent 7550b89 commit 395b9f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/form-input/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function InputFieldBlock( { attributes, setAttributes, className } ) {
</PanelBody>
</InspectorControls>
) }
<InspectorControls __experimentalGroup="advanced">
<InspectorControls group="advanced">
<TextControl
autoComplete="off"
label={ __( 'Name' ) }
Expand All @@ -70,7 +70,7 @@ function InputFieldBlock( { attributes, setAttributes, className } ) {
} );
} }
help={ __(
'Affects the "name" atribute of the input element, and is used as a name for the form submission results.'
'Affects the "name" attribute of the input element, and is used as a name for the form submission results.'
) }
/>
</InspectorControls>
Expand Down

0 comments on commit 395b9f1

Please sign in to comment.