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

dubeejw 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 c68ad51  Fix typos in docs (#4322)
c68ad51 is described below

commit c68ad51e4fd429bdb4301e7efb5addc27fc75f40
Author: James Dubee <[email protected]>
AuthorDate: Mon Mar 4 17:12:56 2019 -0500

    Fix typos in docs (#4322)
---
 docs/actions.md | 2 +-
 docs/metrics.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/actions.md b/docs/actions.md
index 7c0f257..f77426b 100644
--- a/docs/actions.md
+++ b/docs/actions.md
@@ -117,7 +117,7 @@ accepts optional parameters and returns a standard greeting.
  * @return a JSON object containing the message in a field called "msg".
  */
 function main(params) {
-  // log the paramaters to stdout
+  // log the parameters to stdout
   console.log('params:', params);
 
   // if a value for name is provided, use it else use a default
diff --git a/docs/metrics.md b/docs/metrics.md
index f174f2a..4cf5f30 100644
--- a/docs/metrics.md
+++ b/docs/metrics.md
@@ -278,7 +278,7 @@ If Kamon tags are enabled then metric name is 
`openwhisk.counter.cosmosdb_ru_use
 - `collection` - Name of collection. Example `activations`, `whisks` and 
`subjects`
 - `action` - Type of operation performed. Example `get`, `put`, `del`, `query` 
and `count`
 
-If Kamon tags are not enabled then metric name is of the form 
`openwhisk.counter.cosmosdb.ru.<collecton>.<action>`
+If Kamon tags are not enabled then metric name is of the form 
`openwhisk.counter.cosmosdb.ru.<collection>.<action>`
 
 ## User specific metrics
 ### Configuration

Reply via email to