Skip to content

Commit eb2740f

Browse files
committed
Merge pull request jazzband#354 from andrewychoi/master
Fix documentation typo in Usage section
2 parents 9c32ce7 + 4eaaf00 commit eb2740f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ or just made Pipeline more awesome.
1010
* Alexander Pugachev <[email protected]>
1111
* Alexis Svinartchouk <[email protected]>
1212
* Andreas Cederström <[email protected]>
13+
* Andrew Choi <[email protected]>
1314
* Andy Kish <[email protected]>
1415
* Ara Anjargolian <[email protected]>
1516
* Arnar Yngvason <[email protected]>

docs/usage.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ with the name “scripts”, you would use the following code to output them all
3737

3838
{% load compressed %}
3939
{% compressed_css 'colors' %}
40-
{% compressed_js 'stats' %}
40+
{% compressed_css 'stats' %}
41+
{% compressed_js 'scripts' %}
4142

4243
Collect static
4344
==============

0 commit comments

Comments
 (0)