mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #5111 from dotfold/fix/metric-viz-description
fix the grammar in metric viz description
This commit is contained in:
commit
6a3ee68141
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