Skip to content

Commit da0a6d8

Browse files
committed
fix typo
1 parent 968094b commit da0a6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appointment/email_sender/email_sender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
except ImportError:
1717
async_task = None
1818
DJANGO_Q_AVAILABLE = False
19-
logger.warning("django-q is not installed. Email will be send synchronously.")
19+
logger.warning("django-q is not installed. Email will be sent synchronously.")
2020

2121

2222
def has_required_email_settings():

0 commit comments

Comments
 (0)