diff --git a/checks/raw/fuzzing.go b/checks/raw/fuzzing.go index 670a3c21f1de..a8a161d9847f 100644 --- a/checks/raw/fuzzing.go +++ b/checks/raw/fuzzing.go @@ -110,7 +110,7 @@ var languageFuzzSpecs = map[clients.LanguageName]languageFuzzConfig{ funcPattern: `(from\s+['"]fast-check['"]|require\(\s*['"]fast-check['"]\s*\))`, Name: fuzzerPropertyBasedTypeScript, Desc: asPointer( - "Property-based testing in JavaScript generates test instances randomly or exhaustively " + + "Property-based testing in TypeScript generates test instances randomly or exhaustively " + "and test that specific properties are satisfied."), }, // TODO: add more language-specific fuzz patterns & configs.