From e38d35f1f7594423bd9a990bf4f2409bcc88902d Mon Sep 17 00:00:00 2001
From: Bakhtiyor Ruziev <32102033+theruziev@users.noreply.github.com>
Date: Tue, 24 Sep 2019 15:39:33 +0300
Subject: [PATCH] Fix name of component
---
snippets/LimitedWordTextarea.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snippets/LimitedWordTextarea.md b/snippets/LimitedWordTextarea.md
index f74691633..f8e29ee77 100644
--- a/snippets/LimitedWordTextarea.md
+++ b/snippets/LimitedWordTextarea.md
@@ -54,7 +54,7 @@ function LimitedWordTextarea({ rows, cols, value, limit }) {
```jsx
ReactDOM.render(
- ,
+ ,
document.getElementById('root')
);
```