Skip to content

Commit 6081cfd

Browse files
committed
Merge pull request #1435 from WouterJ/removed_typo_yuicompressor
Removed typo as mentioned at issue #1428
2 parents 8b33a4b + 3eefccb commit 6081cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/assetic/yuicompressor.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Disable Minification in Debug Mode
125125

126126
Minified JavaScripts and Stylesheets are very difficult to read, let alone
127127
debug. Because of this, Assetic lets you disable a certain filter when your
128-
application is in debug mode. You can do this be prefixing the filter name
128+
application is in debug mode. You can do this by prefixing the filter name
129129
in your template with a question mark: ``?``. This tells Assetic to only
130130
apply this filter when debug mode is off.
131131

@@ -157,4 +157,4 @@ apply this filter when debug mode is off.
157157

158158

159159
.. _`YUI Compressor`: http://developer.yahoo.com/yui/compressor/
160-
.. _`Download the JAR`: http://yuilibrary.com/downloads/#yuicompressor
160+
.. _`Download the JAR`: http://yuilibrary.com/downloads/#yuicompressor

0 commit comments

Comments
 (0)