Skip to content

Commit

Permalink
Merge pull request #49 from CuriousLearner/doc-typo-fix
Browse files Browse the repository at this point in the history
fix(docs): Fix typos in TemplateMail section
  • Loading branch information
bameda authored Oct 7, 2020
2 parents da4cd3d + 034418f commit 786b02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/djmail.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ from djmail import template_mail
class SomeTemplateEmail(template_mail.TemplateMail):
name = "some_email"
# Create a instance
# Create an instance
email = SomeTemplateEmail()
# Buld and sent message with specified context
# Build and send message with specified context
email.send("[email protected]", {"template": "context"})
----

Expand Down

0 comments on commit 786b02a

Please sign in to comment.