This is an automated email from the ASF dual-hosted git repository.
dgrove 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 d38a00e Fix typo (activations->activation) (#4116)
d38a00e is described below
commit d38a00e6e84480408f3c80930e94fff47b72aace
Author: David Podhola <[email protected]>
AuthorDate: Fri Nov 16 13:56:48 2018 +0100
Fix typo (activations->activation) (#4116)
---
docs/actions.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/actions.md b/docs/actions.md
index 6f5eae6..c13e2bd 100644
--- a/docs/actions.md
+++ b/docs/actions.md
@@ -176,7 +176,7 @@ wsk action invoke /whisk.system/samples/greeting
ok: invoked /whisk.system/samples/greeting with id
5a64676ec8aa46b5a4676ec8aaf6b5d2
```
-To retrieve the activation record, you use the `wsk activations get <id>`
command, as in:
+To retrieve the activation record, you use the `wsk activation get <id>`
command, as in:
```
wsk activation get 5a64676ec8aa46b5a4676ec8aaf6b5d2
ok: got activation 5a64676ec8aa46b5a4676ec8aaf6b5d2