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

dbarnes pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new baacba1  GEODE-9882: User Guide, Micrometer section, fix product_name 
typo (#7181)
baacba1 is described below

commit baacba121f98dcc860bdb954550e6e01c4d9e6e4
Author: Dave Barnes <[email protected]>
AuthorDate: Thu Dec 9 10:58:53 2021 -0800

    GEODE-9882: User Guide, Micrometer section, fix product_name typo (#7181)
---
 geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb 
b/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb
index 5d0bc00..0b272df 100644
--- a/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb
+++ b/geode-docs/tools_modules/micrometer/micrometer-meters.html.md.erb
@@ -28,7 +28,7 @@ Micrometer meters are similar to <%=vars.product_name%> 
statistics in that they
 - A gauge is a numerical value that can go up or down.
 - A timer is a counter combined with an ever growing summary of the time each 
thing being counted has taken to finish.
 
-There are other types of meters available in Micrometer, but they are not 
currently being used in <%vars.product_name%>.
+There are other types of meters available in Micrometer, but they are not 
currently being used in <%=vars.product_name%>.
 
 Every meter in Micrometer has the following attributes, but may also have more 
than these depending on the meter type:
 

Reply via email to