File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ wsk action update myAction my_action.rb --docker openwhisk/action-ruby-v2.5
3030```
3131This works on any deployment of Apache OpenWhisk
3232
33- ### To use on deployment that contains the rutime as a kind
33+ ### To use on deployment that contains the runtime as a kind
3434To use as a kind action
3535```
3636wsk action update myAction my_action.rb --kind ruby:2.5
@@ -49,7 +49,7 @@ docker login
4949```
5050
5151Deploy OpenWhisk using ansible environment that contains the kind ` ruby:2.5 `
52- Assuming you have OpenWhisk already deploy localy and ` OPENWHISK_HOME ` pointing to root directory of OpenWhisk core repository.
52+ Assuming you have OpenWhisk already deploy locally and ` OPENWHISK_HOME ` pointing to root directory of OpenWhisk core repository.
5353
5454Set ` ROOTDIR ` to the root directory of this repository.
5555
You can’t perform that action at this time.
0 commit comments