aboutsummaryrefslogtreecommitdiffstats
path: root/src/sanitizer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/sanitizer.js')
-rw-r--r--src/sanitizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sanitizer.js b/src/sanitizer.js
index 5e99ec71..c8a7b9f1 100644
--- a/src/sanitizer.js
+++ b/src/sanitizer.js
@@ -214,7 +214,7 @@ function decodeEntities(value) {
}
/**
- * Escapes all potentially dangerous characters, so that the
+ * Escapes all potentially dangerous characters, so that the
* resulting string can be safely inserted into attribute or
* element text.
* @param value