Fix typo in mailer class example

This commit is contained in:
Anton Davydov 2018-06-18 22:31:31 +03:00 committed by GitHub
parent 01310dc08b
commit cf9477a050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ It supports a few options:
```ruby
require 'hanami/mailer'
Hanami::Maler.configure do
Hanami::Mailer.configure do
# Set the root path where to search for templates
# Argument: String, Pathname, #to_pathname, defaults to the current directory
#