Skip to content

Commit 9e1d54f

Browse files
committed
fix typos on api
1 parent 8213839 commit 9e1d54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,7 +1510,7 @@ type: api
15101510

15111511
- **Argument:** `event (required)`
15121512

1513-
- **Mofifiers:**
1513+
- **Modifiers:**
15141514
- `.stop` - call `event.stopPropagation()`.
15151515
- `.prevent` - call `event.preventDefault()`.
15161516
- `.{keyCode | keyAlias}` - only trigger handler on certain keys.
@@ -1565,7 +1565,7 @@ type: api
15651565

15661566
- **Argument:** `attrOrProp (required)`
15671567

1568-
- **Mofifiers:**
1568+
- **Modifiers:**
15691569
- `.sync` - make the binding two-way. Only respected for prop bindings.
15701570
- `.once` - make the binding one-time. Only respected for prop bindings.
15711571

0 commit comments

Comments
 (0)