Skip to content

Commit e838641

Browse files
authored
Merge pull request jazzband#595 from streeter/patch-1
Fix formatting and structure
2 parents 837f02c + 8bf0e91 commit e838641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Defaults to ``True``
143143

144144
.. note::
145145

146-
this only work when PIPELINE_ENABLED is False.
146+
This only applies when ``PIPELINE_ENABLED`` is ``False``.
147147

148148
``SHOW_ERRORS_INLINE``
149149
......................

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Pipeline integrates with staticfiles, you just need to setup ``STATICFILES_STORA
4747

4848
STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage'
4949

50-
Then when you run ``collectstatic`` command, your CSS and your javascripts will be compressed in the same time ::
50+
Then when you run ``collectstatic`` command, your CSS and your javascripts will be compressed at the same time ::
5151

5252
$ python manage.py collectstatic
5353

0 commit comments

Comments
 (0)