diff --git a/core/misc/debounce.js b/core/misc/debounce.js
index 670c1e5f5a8c4bd834416dbfa76bc226e16b3dcd..97312578bacdc8678070d737dfeebce4230304f4 100644
--- a/core/misc/debounce.js
+++ b/core/misc/debounce.js
@@ -7,7 +7,7 @@
  * is limiting the invocation of a callback attached to the window resize event.
  *
  * Before using the debounce function wrapper, consider first whether the
- * callback could be attache to an event that fires less frequently or if the
+ * callback could be attached to an event that fires less frequently or if the
  * function can be written in such a way that it is only invoked under specific
  * conditions.
  *