We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e1822 commit 97e7fdbCopy full SHA for 97e7fdb
1 file changed
docs/src/app/components/pages/components/SelectField/Page.js
@@ -26,7 +26,7 @@ const descriptions = {
26
label: 'With a `label` applied to each `MenuItem`, `SelectField` displays a complementary description of the ' +
27
'selected item.',
28
floating: '`SelectField` supports a floating label with the `floatingLabelText` property. This can be customised ' +
29
- 'with `the floatingLabelText` property.',
+ 'with the `floatingLabelText` property.',
30
errorText: 'The `errorText` property displays an error message below the Select Field. This can be customised with ' +
31
'the `errorStyle` property.',
32
};
0 commit comments