diff --git a/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll b/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll
index 63b3234ea6c..d5483cf61e0 100644
--- a/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll
+++ b/javascript/ql/lib/semmle/javascript/frameworks/Testing.qll
@@ -40,7 +40,7 @@ class BDDTest extends Test, @call_expr {
/**
* Gets the test file for `f` with stem extension `stemExt`, where `stemExt` is "test" or "spec".
- * That is, a file named file named `..` in the
+ * That is, a file named `..` in the
* same directory as `f` which is named `.`.
*/
pragma[noinline]