Skip to content

Commit 35394a0

Browse files
committed
Merge pull request #4152 from lewiscowper/patch-1
[Select] Docs code highlighting overreached.
2 parents 21e1822 + 97e7fdb commit 35394a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/src/app/components/pages/components/SelectField

docs/src/app/components/pages/components/SelectField/Page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const descriptions = {
2626
label: 'With a `label` applied to each `MenuItem`, `SelectField` displays a complementary description of the ' +
2727
'selected item.',
2828
floating: '`SelectField` supports a floating label with the `floatingLabelText` property. This can be customised ' +
29-
'with `the floatingLabelText` property.',
29+
'with the `floatingLabelText` property.',
3030
errorText: 'The `errorText` property displays an error message below the Select Field. This can be customised with ' +
3131
'the `errorStyle` property.',
3232
};

0 commit comments

Comments
 (0)