Skip to content

Commit

Permalink
Fix action name in Mail example
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu authored Jan 16, 2024
1 parent 0851b59 commit d40e6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guide/mail.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The reason we don't have `ControllerContext`, is because a `Mail` can be sent vi
# Application/Helper/Controller.hs
redirectExample :: forall context. (?context :: context, ConfigProvider context) => Text
redirectExample = urlTo LmNamesAction
redirectExample = urlTo PostsAction
```

Then we can use it in the `Mail`.
Expand Down

0 comments on commit d40e6d5

Please sign in to comment.