Skip to content

Commit 05b8326

Browse files
authored
Merge pull request #3155 from victor-homyakov/patch-1
Fix typo in security-jslibs.inc
2 parents 5aea7de + 7759c86 commit 05b8326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/experiments/security-jslibs.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
}
5353

5454
$opp = [
55-
"title" => "Several security vulnerabilies were detected by Snyk",
55+
"title" => "Several security vulnerabilities were detected by Snyk",
5656
"desc" => "Snyk has found $numVulns security vulnerabilit" . ($numVulns > 1 ? "ies" : "y") . ": $num_high high, $num_medium medium, $num_low low.",
5757
"examples" => array(),
5858
"experiments" => array(
@@ -65,7 +65,7 @@
6565
];
6666
} else {
6767
$opp = [
68-
"title" => "Zero security vulnerabilies were detected by Snyk",
68+
"title" => "Zero security vulnerabilities were detected by Snyk",
6969
"desc" => "Snyk has found 0 security vulnerabilities with included packages.",
7070
"examples" => array(),
7171
"experiments" => array(),

0 commit comments

Comments
 (0)