Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 28, 2015
1 parent 0601150 commit a53d2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Laravel provides a clean, simple API over the popular [SwiftMailer](http:https://swift

### Driver Prerequisites

The API based drivers such as Mailgun and Mandrill are often simpler and faster than SMTP servers. Al of the API drivers require that the Guzzle HTTP library be installed for your application. You can may Guzzle 5 to your project by adding the following line to your `composer.json` file:
The API based drivers such as Mailgun and Mandrill are often simpler and faster than SMTP servers. Al of the API drivers require that the Guzzle HTTP library be installed for your application. You may install Guzzle 5 to your project by adding the following line to your `composer.json` file:

"guzzlehttp/guzzle": "~5.0"

Expand Down

0 comments on commit a53d2f6

Please sign in to comment.