Skip to content

Commit 6e4e98a

Browse files
authored
docs(TextArea): fix verbiage in TextArea docs (#4317)
Change the phrase "don't support more" to "don't support anymore" in the TextArea docs source, for proper English grammar
1 parent e34b68a commit 6e4e98a

File tree

1 file changed

+1
-1
lines changed
  • docs/src/examples/addons/TextArea/Usage

1 file changed

+1
-1
lines changed

docs/src/examples/addons/TextArea/Usage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TextAreaUsageExamples = () => (
99
<Segment>
1010
<Message warning>
1111
<Message.Header>Auto height</Message.Header>
12-
We don't support `autoHeight` more. If you need this feature you can use{' '}
12+
We don't support `autoHeight` anymore. If you need this feature you can use{' '}
1313
<a
1414
href='https://www.npmjs.com/package/react-textarea-autosize'
1515
rel='noopener noreferrer'

0 commit comments

Comments
 (0)