diff --git a/javascript/throttling-a-function-call.md b/javascript/throttling-a-function-call.md index df84a96..e3a6a35 100644 --- a/javascript/throttling-a-function-call.md +++ b/javascript/throttling-a-function-call.md @@ -21,6 +21,6 @@ with two functions out of the box for this kind of behavior. has passed since it was last called. These are two subtly different approaches to making sure a function gets -call, just not too often. +called, just not too often. h/t [Jake Worth](https://twitter.com/jwworth)