Skip to content

Commit

Permalink
Merge pull request #199 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(mail): adjust email template name
  • Loading branch information
jlenon7 committed Mar 7, 2024
2 parents 9c70878 + fab4040 commit 037023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/digging-deeper/mail.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,5 @@ allowing you to quickly preview its design without needing to
send it to an actual email address:

```typescript title="Path.routes('http.ts')"
Route.view('/mailable', 'mail.welcome', { email: 'lenon@athenna.io' })
Route.view('/mailable', 'mail/welcome', { email: 'lenon@athenna.io' })
```

0 comments on commit 037023e

Please sign in to comment.