Skip to content

Commit 7aed35b

Browse files
committed
fixing grammar
1 parent 3a2779e commit 7aed35b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/v2/cookbook/clickoutside-directive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 2.1
66

77
## What we are building
88

9-
Many UI elements need to react to clicks that happen *outside* of them. Common usecases are:
9+
Many UI elements need to react to clicks that happen *outside* of them. Common use cases are:
1010

1111
* Modals
1212
* Dropdown menus
@@ -172,7 +172,7 @@ unbind(el, binding) {
172172

173173
#### No inline expressions
174174

175-
We can't use an inline expression instead of a handler function. The following will **not** work, because it will be run immediatly, not on `click`:
175+
We can't use an inline expression instead of a handler function. The following will **not** work, because it will be run immediately, not on `click`:
176176

177177
```html
178178
<modal v-clickoutside="showModal= false">

0 commit comments

Comments
 (0)