summaryrefslogtreecommitdiffstats
path: root/lib/template/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/template/blocks.js')
-rw-r--r--lib/template/blocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/template/blocks.js b/lib/template/blocks.js
index 92097a7..0e04643 100644
--- a/lib/template/blocks.js
+++ b/lib/template/blocks.js
@@ -6,6 +6,6 @@ module.exports = {
html: _.identity,
// Highlight a code block
- // This block can be extent by plugins
+ // This block can be replaced by plugins
code: _.identity
};