aboutsummaryrefslogtreecommitdiff
path: root/exampleData
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2013-06-13 16:39:24 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2013-06-13 16:39:24 -0700
commit8a13e1c62dacbc03e251ac7c41c09d7dee2df33d (patch)
tree9c6c2c249882ec47b29e64ec397f43a53ba82f23 /exampleData
parent9d79870b84661f55677983e923fc6128ce2fcbe1 (diff)
fixed rule typos
Diffstat (limited to 'exampleData')
-rw-r--r--exampleData/ruleSets/basic/emptyHrefs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleData/ruleSets/basic/emptyHrefs.js b/exampleData/ruleSets/basic/emptyHrefs.js
index a333842..2be60f2 100644
--- a/exampleData/ruleSets/basic/emptyHrefs.js
+++ b/exampleData/ruleSets/basic/emptyHrefs.js
@@ -1,5 +1,5 @@
-exports.name': "Don't use empty hrefs."
-exports.description': "Links with no text can't generally be used."
+exports.name = "Don't use empty hrefs";
+exports.description = "Links with no text can't generally be used";
exports.rule =
function() {
var that = this;