diff options
Diffstat (limited to 'src/components/emoji-input/emoji-input.js')
| -rw-r--r-- | src/components/emoji-input/emoji-input.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/emoji-input/emoji-input.js b/src/components/emoji-input/emoji-input.js index 08c2f60b..d2e4a21a 100644 --- a/src/components/emoji-input/emoji-input.js +++ b/src/components/emoji-input/emoji-input.js @@ -8,7 +8,7 @@ import { take } from 'lodash' * Intended usage is: * <emoji-input v-model="something"> * <input v-model="something"/> - * </emoji-input> + * </EmojiInput> * * Works only with <input> and <textarea>. Intended to use with only one nested * input. It will find first input or textarea and work with that, multiple |
