Fix name of component
This commit is contained in:
@ -54,7 +54,7 @@ function LimitedWordTextarea({ rows, cols, value, limit }) {
|
|||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
ReactDOM.render(
|
ReactDOM.render(
|
||||||
<LimitedWordTextArea limit={5} value="Hello there!" />,
|
<LimitedWordTextarea limit={5} value="Hello there!" />,
|
||||||
document.getElementById('root')
|
document.getElementById('root')
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user