fix the grammar in metric viz description

This commit is contained in:
dotfold 2015-10-14 09:13:41 +11:00
parent 42b51bfb2a
commit 31b20f5008

View file

@ -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'),