Skip to content

Commit 0a5ff8d

Browse files
committed
fix typo
1 parent 0c5ad8c commit 0a5ff8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/api/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Wrap the handler so it only gets called when the keyCode matches the argument. Y
8989
- this filter only works with `v-on`
9090
- this filter takes one optional argument
9191

92-
Wrap the handler to debounce it for X milliseconds, where X is the argument. Default is 300ms. A debounced handler will be delayed until at least X ms has passed after the call moment; if the handler is called again before the delay period, the delay poriod is reset to X ms.
92+
Wrap the handler to debounce it for X milliseconds, where X is the argument. Default is 300ms. A debounced handler will be delayed until at least X ms has passed after the call moment; if the handler is called again before the delay period, the delay period is reset to X ms.
9393

9494
### filterBy
9595

0 commit comments

Comments
 (0)