From ebdc8650ed2b28dc375121cd32f04179c7931858 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 20 Mar 2015 10:47:45 -0700 Subject: [PATCH] Fix copy task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 02c92ed4a1af..7ca42b19e06b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -114,7 +114,7 @@ module.exports = function(grunt) { 'manifest.json', 'background.html', 'index.html', - 'converesation.html', + 'conversation.html', 'options.html', 'protos/*', 'js/**',