From 0a5ff8d43c0e55640ce6f72ce486032aa14d4e38 Mon Sep 17 00:00:00 2001 From: Aryeh Shai Raber Date: Sun, 6 Sep 2015 21:09:19 +0200 Subject: [PATCH] fix typo --- source/api/filters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/api/filters.md b/source/api/filters.md index 235865d980..e4f1ffd65f 100644 --- a/source/api/filters.md +++ b/source/api/filters.md @@ -89,7 +89,7 @@ Wrap the handler so it only gets called when the keyCode matches the argument. Y - this filter only works with `v-on` - this filter takes one optional argument -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. +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. ### filterBy