You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by be...@apache.org on 2017/06/08 13:46:14 UTC

[incubator-openwhisk] branch master updated: fix typo in actions.md (#2337)

This is an automated email from the ASF dual-hosted git repository.

berstler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new b5767c1  fix typo in actions.md (#2337)
b5767c1 is described below

commit b5767c1f8a7927262f1f3264b343f1e21065dd52
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Thu Jun 8 09:46:07 2017 -0400

    fix typo in actions.md (#2337)
---
 docs/actions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/actions.md b/docs/actions.md
index 98e8ad6..ee75cb2 100644
--- a/docs/actions.md
+++ b/docs/actions.md
@@ -400,7 +400,7 @@ function myAction(args) {
 exports.main = myAction;
 ```
 
-Note that the action is exposed through `exports.main`; the action handler itself can have any name, as long as it conforms to the usual signature of accepting an object and returning an object (or a `Promise` of an object). Per Node.js convention, you must either name this file `index.js` or specify the the file name you prefer as the `main` property in package.json.
+Note that the action is exposed through `exports.main`; the action handler itself can have any name, as long as it conforms to the usual signature of accepting an object and returning an object (or a `Promise` of an object). Per Node.js convention, you must either name this file `index.js` or specify the file name you prefer as the `main` property in package.json.
 
 To create an OpenWhisk action from this package:
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].