Skip to content

Commit

Permalink
fix a wrong language tag
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Boyer <julien@larevolution.re>
Signed-off-by: sitarane <julien@larevolution.re>
  • Loading branch information
sitarane committed Aug 3, 2023
1 parent d19ff69 commit beec100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion official-documentation-samples/rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ send email.

Then add this to config/development.rb

```yaml
```ruby
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => 'maildev',
Expand Down

0 comments on commit beec100

Please sign in to comment.