From 6d2350ed0c53a16f0c4a16e27e3444f16e15d3a7 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 19 Aug 2015 09:22:57 +0200 Subject: [PATCH] Update web-assets.rst --- best_practices/web-assets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices/web-assets.rst b/best_practices/web-assets.rst index 9d2570e0bd1..dd66ce8e2f6 100644 --- a/best_practices/web-assets.rst +++ b/best_practices/web-assets.rst @@ -30,7 +30,7 @@ much more concise: Keep in mind that ``web/`` is a public directory and that anything stored here will be publicly accessible, including all the original asset files - (e.g. Sass, LESS and CoffeScript files). + (e.g. Sass, LESS and CoffeeScript files). Using Assetic -------------