From 7f2104cc25e3c39b2b1d625045956bae042e2e8a Mon Sep 17 00:00:00 2001 From: mmaloney Date: Fri, 19 Feb 2016 15:23:30 -0600 Subject: [PATCH] Graphite typo fix --- series_functions/graphite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/series_functions/graphite.js b/series_functions/graphite.js index e06198d62fee2..4b7b1fc845ae9 100644 --- a/series_functions/graphite.js +++ b/series_functions/graphite.js @@ -12,7 +12,7 @@ module.exports = new Datasource ('graphite', { help: 'Graphite metric to pull, eg _test-data.users.*.data' } ], - help: 'Pull data from grahite. Configure your graphite server in timelion.json', + help: 'Pull data from graphite. Configure your graphite server in timelion.json', fn: function graphite(args, tlConfig) { var config = args.byName; @@ -48,4 +48,4 @@ module.exports = new Datasource ('graphite', { throw e; }); } -}); \ No newline at end of file +});