mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix the grammar in metric viz description
This commit is contained in:
parent
42b51bfb2a
commit
31b20f5008
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ define(function (require) {
|
|||
return new TemplateVisType({
|
||||
name: 'metric',
|
||||
title: 'Metric',
|
||||
description: 'One big number for all of your one big number needs. Perfect for show ' +
|
||||
description: 'One big number for all of your one big number needs. Perfect for showing ' +
|
||||
'a count of hits, or the exact average a numeric field.',
|
||||
icon: 'fa-calculator',
|
||||
template: require('plugins/metric_vis/metric_vis.html'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue