From 7524767c0cf61065c93cc874321d1fda2ce90986 Mon Sep 17 00:00:00 2001 From: Niko Solihin Date: Mon, 8 Jul 2019 13:01:27 +0700 Subject: [PATCH] fix typo --- .../js/send-email/.netlify-function-template.js | 2 +- src/functions-templates/js/send-email/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions-templates/js/send-email/.netlify-function-template.js b/src/functions-templates/js/send-email/.netlify-function-template.js index 7bd8ebe..0b5e924 100644 --- a/src/functions-templates/js/send-email/.netlify-function-template.js +++ b/src/functions-templates/js/send-email/.netlify-function-template.js @@ -1,4 +1,4 @@ module.exports = { name: "send-email", - description: "Send Email: Send email with no STMP server via 'sendmail' pkg" + description: "Send Email: Send email with no SMTP server via 'sendmail' pkg" }; diff --git a/src/functions-templates/js/send-email/package.json b/src/functions-templates/js/send-email/package.json index f470d4e..a65e13f 100644 --- a/src/functions-templates/js/send-email/package.json +++ b/src/functions-templates/js/send-email/package.json @@ -1,7 +1,7 @@ { "name": "send-email", "version": "1.0.0", - "description": "netlify functions:create - Send email with no STMP server via 'sendmail' pkg", + "description": "netlify functions:create - Send email with no SMTP server via 'sendmail' pkg", "main": "send-email.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"