From 69ed8122bf3fde72ef164067e22b6ed3d439cce8 Mon Sep 17 00:00:00 2001 From: smarts Date: Tue, 1 Dec 2015 11:41:42 -0800 Subject: [PATCH] Fix typo --- aspnet/client-side/using-gulp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnet/client-side/using-gulp.rst b/aspnet/client-side/using-gulp.rst index 7277f53378..96fbd7f7d0 100644 --- a/aspnet/client-side/using-gulp.rst +++ b/aspnet/client-side/using-gulp.rst @@ -6,7 +6,7 @@ By `Erik Reitan`_ Modern web development has lots of moving parts. To build a typical web app, you might: - Bundle and minify your JS and CSS files. -- Run tools to that call your bundling and minifying tasks before each build. +- Run tools that call your bundling and minifying tasks before each build. - Compile LESS or SASS files to CSS. - Compile CoffeeScript or TypeScript files to JS. @@ -281,4 +281,4 @@ See Also -------- - :doc:`bundling-and-minification` - - :doc:`using-grunt` \ No newline at end of file + - :doc:`using-grunt`