Skip to content

Commit 2ff5ebf

Browse files
committed
Fix typos
1 parent 976413d commit 2ff5ebf

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
@@ -45,7 +45,7 @@ From CDN:
4545

4646
### `focus`
4747

48-
A directive that binds focus to the expression in a one-way manner, so that the element recieves focus when the expression becomes `truthy` and loses focus when the expression becomes `falsy`.
48+
A directive that binds focus to the expression in a one-way manner, so that the element receives focus when the expression becomes `truthy` and loses focus when the expression becomes `falsy`.
4949

5050
``` js
5151
import { focus } from 'vue-focus';
@@ -85,7 +85,7 @@ export default {
8585

8686
## Notes
8787

88-
Form elements are not the only elements that are able to receive focus. The list also includes links, element with `tabindex` attribute set and elements with `contentEditable` set to `true`.
88+
Form elements are not the only elements that are able to receive focus. The list also includes links, elements with `tabindex` attribute set and elements with `contentEditable` set to `true`.
8989

9090
## License
9191

0 commit comments

Comments
 (0)