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

Commit

Permalink
fix typo (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosolihin authored and swyxio committed Jul 8, 2019
1 parent 5ef5230 commit 29a70d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 29a70d2

Please sign in to comment.