You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2018/11/28 22:52:05 UTC

[08/14] tomee git commit: fix typo

fix typo


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e41a8622
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e41a8622
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e41a8622

Branch: refs/heads/master
Commit: e41a862225c4c1badf9125c8f52c7f5340bd8f21
Parents: 555ac00
Author: ivanjunckes <ij...@tomitribe.com>
Authored: Mon Nov 26 11:28:23 2018 -0200
Committer: ivanjunckes <ij...@tomitribe.com>
Committed: Mon Nov 26 11:28:23 2018 -0200

----------------------------------------------------------------------
 examples/mp-metrics-timed/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e41a8622/examples/mp-metrics-timed/README.md
----------------------------------------------------------------------
diff --git a/examples/mp-metrics-timed/README.md b/examples/mp-metrics-timed/README.md
index 98ae694..6cad70e 100644
--- a/examples/mp-metrics-timed/README.md
+++ b/examples/mp-metrics-timed/README.md
@@ -5,7 +5,7 @@ This is an example on how to use MicroProfile metrics in TomEE.
 
     mvn clean install tomee:run 
 
-Within the application there is an endpoint that will give you weather status for the day and week.
+Within the application there is an endpoint that will give you weather status for the day.
 
 ##### For the day status call:
 
@@ -17,7 +17,7 @@ Within the application there is an endpoint that will give you weather status fo
     
 
 #### Timed Feature
-MicroProfile metrics has a feature that tracks the time of an event.
+MicroProfile Metrics has a feature that tracks the time of an event.
 
 To use this feature you need to annotate the JAX-RS resource method with @Timed.
 
@@ -59,7 +59,7 @@ Unit of the metric. Default for @Timed is nanoseconds.
 
 #### Metric data
 
-Check the counter metric doing a _GET_ request:
+Check the timed metric doing a _GET_ request:
 
 ##### Prometheus format: