Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 29a70d2

Browse files
nikosolihinswyxio
authored andcommitted
fix typo (#214)
1 parent 5ef5230 commit 29a70d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
name: "send-email",
3-
description: "Send Email: Send email with no STMP server via 'sendmail' pkg"
3+
description: "Send Email: Send email with no SMTP server via 'sendmail' pkg"
44
};

src/functions-templates/js/send-email/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "send-email",
33
"version": "1.0.0",
4-
"description": "netlify functions:create - Send email with no STMP server via 'sendmail' pkg",
4+
"description": "netlify functions:create - Send email with no SMTP server via 'sendmail' pkg",
55
"main": "send-email.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)