Skip to content

Commit

Permalink
use "stylesheet" instead of "Stylesheet"
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed May 1, 2015
1 parent 7eb1847 commit b2d802e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cookbook/assetic/asset_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ To include JavaScript files, use the ``javascripts`` tag in any template:
.. tip::

You can also include CSS Stylesheets: see :ref:`cookbook-assetic-including-css`.
You can also include CSS stylesheets: see :ref:`cookbook-assetic-including-css`.

In this example, all of the files in the ``Resources/public/js/`` directory
of the AppBundle will be loaded and served from a different location.
Expand Down Expand Up @@ -155,7 +155,7 @@ the :ref:`cssrewrite <cookbook-assetic-cssrewrite>` filter.
but that in this example, you referred to the CSS files using their actual,
publicly-accessible path: ``bundles/app/css``. You can use either, except
that there is a known issue that causes the ``cssrewrite`` filter to fail
when using the ``@AppBundle`` syntax for CSS Stylesheets.
when using the ``@AppBundle`` syntax for CSS stylesheets.

.. _cookbook-assetic-including-image:

Expand Down
2 changes: 1 addition & 1 deletion cookbook/assetic/yuicompressor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ can be repeated to minify your stylesheets.
Disable Minification in Debug Mode
----------------------------------

Minified JavaScripts and Stylesheets are very difficult to read, let alone
Minified JavaScripts and stylesheets are very difficult to read, let alone
debug. Because of this, Assetic lets you disable a certain filter when your
application is in debug mode. You can do this by prefixing the filter name
in your template with a question mark: ``?``. This tells Assetic to only
Expand Down

0 comments on commit b2d802e

Please sign in to comment.