Skip to content

Commit

Permalink
#148: doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed Jul 21, 2018
1 parent 7412761 commit 3545a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/src/app/components/features/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@ <h3>Handling asynchronous mailing result</h3>
<div class="view">
<p>
To handle the successful or erroneous result of an async sent email, you can utilize one of the response's async helpers:
<em>Handler</em> or <em>Future</em>.
<em>Handlers</em> or <em>Future</em>.
</p>
</div>

<div class="side">
<p>Using Handler:</p>
<p>Using Handlers:</p>
<pre><code class="small">AsyncResponse asyncResponse = mailer.sendMail(email, true);
// also! mailer.testConnection(email, true);

Expand Down

0 comments on commit 3545a39

Please sign in to comment.