From 6f0f32510c9a4d4eb65af083c927b37ebe62f9fd Mon Sep 17 00:00:00 2001 From: tabbi89 Date: Mon, 14 Mar 2016 22:14:19 +0100 Subject: [PATCH] Fixed typo --- cookbook/assetic/php.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/assetic/php.rst b/cookbook/assetic/php.rst index 124ba0dc5ca..2cc6b6bf4f7 100644 --- a/cookbook/assetic/php.rst +++ b/cookbook/assetic/php.rst @@ -42,7 +42,7 @@ Organizing your Web Asset Files ------------------------------- This example will include a setup using the Bootstrap CSS framework, jQuery, FontAwesome -and some regular CSS and and JavaScript application files (called ``main.css`` and +and some regular CSS and JavaScript application files (called ``main.css`` and ``main.js``). The recommended directory structure for this set-up looks like this: .. code-block:: text