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

rabbah 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 e9d5c50  Fixed typo (#2407)
e9d5c50 is described below

commit e9d5c505a391fe47585d706521ad991a9b65465d
Author: Kevin Earls <kea...@redhat.com>
AuthorDate: Wed Jun 21 22:49:37 2017 +0200

    Fixed typo (#2407)
---
 docs/use_cases.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/use_cases.md b/docs/use_cases.md
index 7b0498a..693a0b9 100644
--- a/docs/use_cases.md
+++ b/docs/use_cases.md
@@ -12,7 +12,7 @@ The modular and inherently scalable nature of OpenWhisk makes 
it ideal for imple
 
 Even though OpenWhisk was originally designed for event based programming, it 
offers several benefits for user-facing applications. For example, when you 
combine it with a small Node.js stub, you can use it to serve applications that 
are relatively easy to debug. And because OpenWhisk applications are a lot less 
computationally intensive than running a server process on a PaaS platform, 
they are considerably cheaper, as well. 
 
-Full web application can be built and run with OpenWhisk. Combining serverless 
APIs with static file hosting for site resources, e.g. HTML, JavaScript and 
CSS, means we can build entire serverless web applications. The simplicity of 
operating a hosted OpenWhisk environment (or rathe not having to operate 
anything at all since it is hosted on Bluemix) is a great benefit compared to 
standing up and operating a Node.js Express or other traditional server runtime.
+Full web application can be built and run with OpenWhisk. Combining serverless 
APIs with static file hosting for site resources, e.g. HTML, JavaScript and 
CSS, means we can build entire serverless web applications. The simplicity of 
operating a hosted OpenWhisk environment (or rather not having to operate 
anything at all since it is hosted on Bluemix) is a great benefit compared to 
standing up and operating a Node.js Express or other traditional server runtime.
 
 One of the things that helps is the option of OpenWhisk CLI *wsk* tool called 
"--annotation web-export true", which makes the code accessible from a web 
browser.
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to