From 58b4d073e1a1b1c2aac546e070b606d1d02b0d27 Mon Sep 17 00:00:00 2001 From: James Manning Date: Tue, 17 Feb 2015 00:29:27 -0500 Subject: [PATCH] simple typo fix --- templates/common/_webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/_webpack.config.js b/templates/common/_webpack.config.js index 78a537f..0fd03e9 100644 --- a/templates/common/_webpack.config.js +++ b/templates/common/_webpack.config.js @@ -1,7 +1,7 @@ /* * Webpack development server configuration * - * This file is set up for serving the webpak-dev-server, which will watch for changes and recompile as required if + * This file is set up for serving the webpack-dev-server, which will watch for changes and recompile as required if * the subfolder /webpack-dev-server/ is visited. Visiting the root will not automatically reload. */ 'use strict';