Skip to content

Commit bc3c6a9

Browse files
authored
Merge pull request #10 from joppehoekstra/patch-1
Grammar fix
2 parents 638ed18 + 052e14d commit bc3c6a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vue component provides textarea with automatically adjustable height and without
1414
Note
1515

1616
- You are able to handle all native events via `@eventname.native` [read more](https://vuejs.org/v2/guide/components.html#Binding-Native-Events-to-Components)
17-
- There is no any CSS from box, so you are free to style it as you wish
17+
- There is no CSS from box, so you are free to style it as you wish
1818

1919
# Install
2020

@@ -76,7 +76,7 @@ this.$refs.someName.$el.select()
7676

7777
### Slots
7878

79-
There is no any slots available
79+
There are no slots available
8080

8181
---
8282

0 commit comments

Comments
 (0)