From 474c2c7653828ddfb1e46e2116e903629fe558ba Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 10 Nov 2015 17:58:02 -0800 Subject: [PATCH] fixed spelling in docs [CI SKIP] --- DOCS.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/DOCS.md b/DOCS.md index dd8e5d2..af265e9 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,11 +1,11 @@ -Use the Email plugin to send an email to a recipient list when a build completes. The following parameters are used to configuration the email plugin: +Use the Email plugin to send an email to a recipient list when a build completes. The following parameters are used to configure the email plugin: -* **from** - sends email from this address -* **host** - smtp server host -* **port** - smtp server port (defaults to `587`) -* **username** - smtp server username -* **password** - smtp server password -* **recipient** - list of email recipients (defaults to commit email) +* `from` - sends email from this address +* `host` - smtp server host +* `port` - smtp server port (defaults to `587`) +* `username` - smtp server username +* `password` - smtp server password +* `recipient` - list of email recipients (defaults to commit email) Same email configuration: