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

fix typo #214

Merged
merged 1 commit into from
Jul 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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"
};
2 changes: 1 addition & 1 deletion src/functions-templates/js/send-email/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down