Skip to content

Commit

Permalink
fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmh committed Sep 20, 2024
1 parent 83ca3a8 commit bf8749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocsV2/docs/Mailing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async Task SendMailCustomAsync(
services.AddCustomMailer(this.Configuration, SendMailCustomAsync);
```

:::warn
:::warning
Breaking changes to this method signature are more likely than other as this is the signature that the Mailer's internals use. If a new version of the Mailer causes your code to stop compiling sucessfully, it's probably this signature that needs to be updated. Luckliy, it's usually a quick change in 1 spot.
:::

Expand Down

0 comments on commit bf8749f

Please sign in to comment.