Index: lib/filterComposer.js |
=================================================================== |
--- a/lib/filterComposer.js |
+++ b/lib/filterComposer.js |
@@ -63,7 +63,7 @@ |
* Generates filters to block an element. |
* @param {Object} details |
* @param {string} details.tagName The element's tag name |
- * @param {string} detials.id The element's "id" attribute |
+ * @param {string} details.id The element's "id" attribute |
* @param {string} details.src The element's "src" attribute |
* @param {string} details.style The element's "style" attribute |
* @param {string[]} details.classes The classes given by the element's "class" attribute |