Skip to content

Commit 395b9f1

Browse files
Fix recent use of deprecated prop and typo
1 parent 7550b89 commit 395b9f1

File tree

1 file changed

+2
-2
lines changed
  • packages/block-library/src/form-input

1 file changed

+2
-2
lines changed

packages/block-library/src/form-input/edit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function InputFieldBlock( { attributes, setAttributes, className } ) {
5959
</PanelBody>
6060
</InspectorControls>
6161
) }
62-
<InspectorControls __experimentalGroup="advanced">
62+
<InspectorControls group="advanced">
6363
<TextControl
6464
autoComplete="off"
6565
label={ __( 'Name' ) }
@@ -70,7 +70,7 @@ function InputFieldBlock( { attributes, setAttributes, className } ) {
7070
} );
7171
} }
7272
help={ __(
73-
'Affects the "name" atribute of the input element, and is used as a name for the form submission results.'
73+
'Affects the "name" attribute of the input element, and is used as a name for the form submission results.'
7474
) }
7575
/>
7676
</InspectorControls>

0 commit comments

Comments
 (0)