Skip to content

Commit

Permalink
Fix typo (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuarmin authored Jul 12, 2023
1 parent d8a8dd6 commit 2f1370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ configuration = Hanami::Mailer::Configuration.new do |config|
# Set the delivery method
# Argument: Symbol
# Argument: Hash, optional configurations
config.delivery_method = :stmp
config.delivery_method = :smtp
end
```
Expand Down

0 comments on commit 2f1370f

Please sign in to comment.