Skip to content

Commit

Permalink
Small typo fixes in journalist notification docs
Browse files Browse the repository at this point in the history
Caught during review, didn't want to trouble @dachary by requesting
changes.
  • Loading branch information
Conor Schaefer committed Apr 11, 2018
1 parent 0713b76 commit 7bec4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ continuing:
can add more later)
- The username of the system admin

You can also, optionally, configure a :doc:`daily notifications
You can also, optionally, configure :doc:`daily notifications
<journalist>` about whether or not submission activity occurred in the
past 24 hours. They are sent via email so journalists know if it is
worth checking the *Journalist Interface*. For this you will need:
Expand Down
2 changes: 1 addition & 1 deletion securedrop/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def set_were_there_submissions_today(subps):
parser = subps.add_parser(
'were-there-submissions-today',
help=('Update the file indicating '
'iff submissions were received in the past 24h'))
'whether submissions were received in the past 24h'))
parser.set_defaults(func=were_there_submissions_today)


Expand Down

0 comments on commit 7bec4ed

Please sign in to comment.