You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/04 06:51:33 UTC

[7/9] tomee git commit: Minor grammer fixes to README.md

Minor grammer fixes to README.md


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

Branch: refs/heads/master
Commit: b2e1624179a0f0b6cfcbfd2900d3f40b4e34c943
Parents: 019c089
Author: Richard Monson-Haefel <Ri...@Uncommon-Design.com>
Authored: Fri Nov 30 15:36:20 2018 -0600
Committer: Richard Monson-Haefel <Ri...@Uncommon-Design.com>
Committed: Fri Nov 30 15:36:20 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/b2e16241/examples/mp-metrics-timed/README.md
----------------------------------------------------------------------
diff --git a/examples/mp-metrics-timed/README.md b/examples/mp-metrics-timed/README.md
index 6cad70e..fff2557 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.
+Within the application there is an endpoint that will give you the weather status for the day.
 
 ##### For the day status call:
 
@@ -124,7 +124,7 @@ For json format add the header _Accept=application/json_ to the request.
     }
    
 #### Metric metadata
-A metric will have a metadata so you can know more information about it, like displayName, description, tags e etc.
+A metric will have metadata so you can know more about it, like displayName, description, tags e etc.
 
 Check the metric metadata doing a _OPTIONS_ request: