Skip to content

Commit

Permalink
Fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Oct 2, 2024
1 parent 34b2046 commit 6f506d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def set_publication_terms() -> Response:
:return: A redirection response to the admin index page.
"""
# Retrives new terms from the POST request
# Retrieves new terms from the POST request
new_terms = request.form['publicationTerms']
sanitized_terms = html.escape(new_terms)

Expand Down

0 comments on commit 6f506d9

Please sign in to comment.