This is an automated email from the ASF dual-hosted git repository.

pdesai pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e807ac  Update programming_guide.md (#990)
0e807ac is described below

commit 0e807ac63158abb75e5db3789a2d8b90a3e20a74
Author: Abhishek Kulkarni <adkul...@umail.iu.edu>
AuthorDate: Tue Oct 2 11:50:47 2018 -0700

    Update programming_guide.md (#990)
    
    Fix typo
---
 docs/programming_guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/programming_guide.md b/docs/programming_guide.md
index 0f1704e..35bf0ee 100644
--- a/docs/programming_guide.md
+++ b/docs/programming_guide.md
@@ -45,7 +45,7 @@ Each example shows the "code", that is the Package Manifest, 
Deployment file and
   - [Creating a minimal Package](wskdeploy_package_minimal.md#packages) - 
creating a basic package manifest and deploying it.
 - Action examples
   - [The "Hello World" Action](wskdeploy_action_helloworld.md#actions) - 
deploy a "hello world" JavaScript function using a manifest.
-  - [Setting your Function's runtime](wskdeploy_action_runtime.md#actions) - 
explicitly set the runtime language and version to deplly your action onto.
+  - [Setting your Function's runtime](wskdeploy_action_runtime.md#actions) - 
explicitly set the runtime language and version to deploy your action onto.
   - [Adding fixed input parameters](wskdeploy_action_fixed_parms.md#actions) - 
bind fixed values to the input parameters of "hello world".
   - [Typed Parameters](wskdeploy_action_typed_parms.md#actions) - declare 
named input and output parameters on an Action with their types.
   - [Advanced Parameters](wskdeploy_action_advanced_parms.md#actions) - input 
and output parameter declarations with types, descriptions, defaults and more.

Reply via email to