You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ From CDN:
45
45
46
46
### `focus`
47
47
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`.
49
49
50
50
```js
51
51
import { focus } from'vue-focus';
@@ -85,7 +85,7 @@ export default {
85
85
86
86
## Notes
87
87
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`.
0 commit comments