Skip to content

Commit b2d802e

Browse files
committed
use "stylesheet" instead of "Stylesheet"
1 parent 7eb1847 commit b2d802e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cookbook/assetic/asset_management.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To include JavaScript files, use the ``javascripts`` tag in any template:
8989
9090
.. tip::
9191

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

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

160160
.. _cookbook-assetic-including-image:
161161

cookbook/assetic/yuicompressor.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ can be repeated to minify your stylesheets.
131131
Disable Minification in Debug Mode
132132
----------------------------------
133133

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

0 commit comments

Comments
 (0)