File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ docker login
6161```
6262
6363Deploy OpenWhisk using ansible environment that contains the runtime of type ` blackboxes ` with name ` dockerskeleton `
64- Assuming you have OpenWhisk already deploy localy and ` OPENWHISK_HOME ` pointing to root directory of OpenWhisk core repository.
64+ Assuming you have OpenWhisk already deploy locally and ` OPENWHISK_HOME ` pointing to root directory of OpenWhisk core repository.
6565
6666Set ` ROOTDIR ` to the root directory of this repository.
6767
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ Changes:
4949
5050## 1.2.0
5151Changes:
52- - Added utilties curl and wget.
52+ - Added utilities curl and wget.
5353
5454## 1.1.0
5555Changes:
5656 - Allow input parameter larger than 128KB.
5757 - Added perl language support.
58- - Added utilties jq, zip, git.
58+ - Added utilities jq, zip, git.
5959
6060## 1.0.0
6161Initial version.
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ echo 'command line argument length: '${#1}
3131read inputstring
3232echo ' stdin input length: ' ${# inputstring}
3333
34- # last line of output = ation result
34+ # last line of output = action result
3535echo ' { "error": "This is a stub action. Replace it with custom logic." }'
You can’t perform that action at this time.
0 commit comments