Skip to content

Commit ae0475c

Browse files
authored
Fixed typo
1 parent 35d0968 commit ae0475c

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
@@ -74,7 +74,7 @@ With mailer in your ``INSTALLED_APPS``, there will be four new
7474
* ``runmailer`` similar to ``send_mail``, but will keep running and checking the
7575
database for new messages each ``MAILER_EMPTY_QUEUE_SLEEP`` (default: 30) seconds.
7676
Can be used *instead* of ``send_mail`` to circumvent the maximum frequency
77-
of once per minutes inherent to cron.
77+
of once per minute inherent to cron.
7878

7979
* ``retry_deferred`` will move any deferred mail back into the normal queue
8080
(so it will be attempted again on the next ``send_mail``).

0 commit comments

Comments
 (0)