You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2017/11/09 14:37:44 UTC

[incubator-openwhisk] branch master updated: Fix the example of default parameters (#2934)

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

rabbah 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 c125df2  Fix the example of default parameters (#2934)
c125df2 is described below

commit c125df2a3378a7809b7c378a5ec95295f02c9037
Author: Jonathas Amaral <jn...@gmail.com>
AuthorDate: Thu Nov 9 12:37:42 2017 -0200

    Fix the example of default parameters (#2934)
    
    Update example that has place name overwritten by 'Washington, DC'
---
 docs/actions.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/actions.md b/docs/actions.md
index 91d2bf8..38c1801 100644
--- a/docs/actions.md
+++ b/docs/actions.md
@@ -258,7 +258,7 @@ Rather than pass all the parameters to an action every time, you can bind certai
   ```json
   {
     "name": "Bernie",
-    "place": "Vermont"
+    "place": "Washington, DC"
   }
   ```
 

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