Skip to content

Commit

Permalink
Fix a typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay22sai committed Nov 4, 2016
1 parent ee795f7 commit adb8bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1060,7 +1060,7 @@ transporter.use('stream', function(mail, callback){
```

## Transports
Transports are objects that have a method `send` and properies `name` and `version`. Additionally, if the transport object is an Event Emitter, 'log' events are piped through Nodemailer. A transport object is passed to the `nodemailer.createTransport(transport)` method to create the transporter object.
Transports are objects that have a method `send` and properties `name` and `version`. Additionally, if the transport object is an Event Emitter, 'log' events are piped through Nodemailer. A transport object is passed to the `nodemailer.createTransport(transport)` method to create the transporter object.

**`transport.name`**

Expand Down

0 comments on commit adb8bd0

Please sign in to comment.