You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/04/09 15:55:27 UTC

[incubator-openwhisk] branch master updated: Fix readme typo (#4425)

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 9dacce4  Fix readme typo (#4425)
9dacce4 is described below

commit 9dacce433cfdd64aa1e4f5c8eab6db31df8c4eae
Author: Avi Weit <we...@il.ibm.com>
AuthorDate: Tue Apr 9 18:55:20 2019 +0300

    Fix readme typo (#4425)
---
 docs/actions-new.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/actions-new.md b/docs/actions-new.md
index aee3e0e..bdd489c 100644
--- a/docs/actions-new.md
+++ b/docs/actions-new.md
@@ -59,7 +59,7 @@ Further, you should automate and pass the following test suites:
 ### The runtimes manifest
 
 Actions when created specify the desired runtime for the function via a property called "kind".
-When using the `wsk` CLI, this is specified as `--kind <runtime-kind>`. The value is a typically
+When using the `wsk` CLI, this is specified as `--kind <runtime-kind>`. The value is typically
 a string describing the language (e.g., `nodejs`) followed by a colon and the version for the runtime
 as in `nodejs:8` or `php:7.3`.