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/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ee43fe  chore: fix link and grammar (#87)
2ee43fe is described below

commit 2ee43febc96a4c909cdfd7a3b47c1406f47c2519
Author: John Bampton <[email protected]>
AuthorDate: Wed Mar 10 02:11:23 2021 +1000

    chore: fix link and grammar (#87)
---
 .github/CONTRIBUTING.md | 4 ++--
 README.md               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 5906a2b..5ddc2e0 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -20,7 +20,7 @@
 
 # Contributing to Apache OpenWhisk
 
-Anyone can contribute to the OpenWhisk project and we welcome your 
contributions.
+Anyone can contribute to the OpenWhisk project, and we welcome your 
contributions.
 
 There are multiple ways to contribute: report bugs, improve the docs, and
 contribute code, but you must follow these prerequisites and guidelines:
@@ -49,7 +49,7 @@ Please raise any bug reports on the respective project 
repository's GitHub issue
 list to see if your issue has already been raised.
 
 A good bug report is one that make it easy for us to understand what you were 
trying to do and what went wrong.
-Provide as much context as possible so we can try to recreate the issue.
+Provide as much context as possible, so we can try to recreate the issue.
 
 ### Discussion
 
diff --git a/README.md b/README.md
index daea1af..c706807 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Live development of a web action using `wskdebug`:
 
 ![screen cast showing debugging of a web action using 
wskdebug](resources/wskdebug-demo.gif)
 
-_On the left [Visual Studio Code](https://code.visualstudio.com) in debug 
mode. On the right, a browser with the page rendered by the web action. The 
developer notices the feature of handling the `name` is not implemented yet. A 
breakpoint shows them that `name` is set, but it's not used. They add the code 
to respond and greet with `name`. Simply by saving the code, the browser auto 
reloads the page and the breakpoint is hit again. They step through to see that 
the new code is working fi [...]
+_On the left [Visual Studio Code](https://code.visualstudio.com) in debug 
mode. On the right, a browser with the page rendered by the web action. The 
developer notices the feature of handling the `name` is not implemented yet. A 
breakpoint shows them that `name` is set, but it's not used. They add the code 
to respond and greet with `name`. Simply by saving the code, the browser auto 
reloads the page, and the breakpoint is hit again. They step through to see 
that the new code is working f [...]
 
 ---
 
@@ -782,4 +782,4 @@ Releases are done using the [Apache OpenWhisk Release 
Process](https://github.co
 <a name="licensing"></a>
 ## Licensing
 
-This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) 
for more information.
+This project is licensed under the Apache V2 License. See 
[LICENSE](LICENSE.txt) for more information.

Reply via email to