Skip to content

Commit

Permalink
Correct backticks typo in SendGridHelper docs
Browse files Browse the repository at this point in the history
Corrects triple backticks typo in SendGridHelper docs.
  • Loading branch information
germsvel committed Oct 13, 2020
1 parent 198b504 commit d1c06d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bamboo/adapters/send_grid_helper.ex
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ defmodule Bamboo.SendGridHelper do
Add a property to the list of dynamic template data in the SendGrid template.
This will be added to the request as:
...
```
"personalizations":[
{
"to":[
Expand All @@ -101,7 +101,7 @@ defmodule Bamboo.SendGridHelper do
}
}
],
...
```
The tag can be of any type since SendGrid allows you to use Handlebars in its templates
Expand Down

0 comments on commit d1c06d6

Please sign in to comment.