mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-20 16:13:24 -04:00
Clean up typos
This changeset cleans up a variety of typos that were found and submitted in PR #2588; we cannot directly accept external contributions, but we appreciate the flagging of things like this! Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -207,7 +207,7 @@ class BaseSMSTemplate(Template):
|
||||
# subclass, to avoid any HTML formatting. SMS templates differ
|
||||
# in that the content can include the service name as a prefix.
|
||||
# So historically we’ve returned the fully-formatted message,
|
||||
# rather than some plain-text represenation of the content. To
|
||||
# rather than some plain-text representation of the content. To
|
||||
# preserve compatibility for consumers of the API we maintain
|
||||
# that behaviour by overriding this method here.
|
||||
return SMSMessageTemplate.__str__(self)
|
||||
|
||||
Reference in New Issue
Block a user