This is an automated email from the ASF dual-hosted git repository.
jamesthomas pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-devtools.git
The following commit(s) were added to refs/heads/master by this push:
new 3227c03 typo in readme & Makefile (#125)
3227c03 is described below
commit 3227c032a0cee9a52c13ae5f8257f7d9a4b1485c
Author: Alex Glikson <[email protected]>
AuthorDate: Sat May 19 11:31:04 2018 -0400
typo in readme & Makefile (#125)
* typo
* typo in Makefile
---
docker-compose/Makefile | 2 +-
docker-compose/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docker-compose/Makefile b/docker-compose/Makefile
index 25c80fe..edb55d6 100644
--- a/docker-compose/Makefile
+++ b/docker-compose/Makefile
@@ -296,7 +296,7 @@ hello-world: create-hello-world-function
echo "$$(tput setaf 4)invoking the function ...$$(tput sgr0)"
res=`$(WSK_CLI) -i action invoke hello --blocking --result` \
- && echo "invokation result:" $$res \
+ && echo "invocation result:" $$res \
&& (echo $$res | grep "Hello, World") || ($(WSK_CLI) -i action
delete hello && tail -n 200 ~/tmp/openwhisk/invoker/logs/invoker-local_logs.log
~/tmp/openwhisk/controller/logs/controller-local_logs.log && exit 1)
echo "$$(tput setaf 4) creating an API from the hello function
...$$(tput sgr0)"
diff --git a/docker-compose/README.md b/docker-compose/README.md
index 6ca4866..6b7a179 100644
--- a/docker-compose/README.md
+++ b/docker-compose/README.md
@@ -136,7 +136,7 @@ function main(params) {
return {payload: "Hello, " + name + "!"};
}
```
-The result of the invokation should be printed on the terminal:
+The result of the invocation should be printed on the terminal:
```
{
"payload": "Hello, World!"
--
To stop receiving notification emails like this one, please contact
[email protected].