fix email comment

This commit is contained in:
2023-04-13 23:48:17 -04:00
parent 63d854ffbe
commit 650d61e95f
3 changed files with 2 additions and 2 deletions

@ -3,8 +3,8 @@ defmodule Memex.Email do
Emails that can be sent using Swoosh. Emails that can be sent using Swoosh.
You can find the base email templates at You can find the base email templates at
`lib/memex_web/templates/layout/email.html.heex` for html emails and `lib/memex_web/components/layouts/email_html.html.heex` for html emails and
`lib/memex_web/templates/layout/email.txt.heex` for text emails. `lib/memex_web/components/layouts/email_text.txt.eex` for text emails.
""" """
import Swoosh.Email import Swoosh.Email