diff --git a/Gruntfile.js b/Gruntfile.js
index 2963e138..c968f125 100755
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -258,7 +258,7 @@ module.exports = function(grunt) {
process: function(content, srcpath) {
// TODO: Do all this in Jade
content = content.replace(
- 'Download CyberChef',
+ 'Download CyberChef',
'Compile time: ' + grunt.template.today("dd/mm/yyyy HH:MM:ss") + ' UTC');
return grunt.template.process(content, template_options);
}