Skip to content

Commit

Permalink
Fix "Esperanto" name
Browse files Browse the repository at this point in the history
Correct spelling is "Esperanto": 

https://en.wikipedia.org/wiki/Esperanto
  • Loading branch information
mparramont committed Oct 7, 2015
1 parent ffdbfb2 commit 6de2813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_job_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ emails asynchronously:
```ruby
I18n.locale = :eo

UserMailer.welcome(@user).deliver_later # Email will be localized to Esparanto.
UserMailer.welcome(@user).deliver_later # Email will be localized to Esperanto.
```


Expand Down

0 comments on commit 6de2813

Please sign in to comment.