Skip to content

Commit

Permalink
fix(mail): adjust email template name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Mar 7, 2024
1 parent 5c6f73f commit fab4040
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: '[email protected]' })
Route.view('/mailable', 'mail/welcome', { email: '[email protected]' })
```

0 comments on commit fab4040

Please sign in to comment.