Skip to content

Commit 8bf0e91

Browse files
authored
Fix grammer
1 parent ae1a6b9 commit 8bf0e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)