Skip to content

Commit

Permalink
Merge pull request elastic#65 from zexxon/patch-1
Browse files Browse the repository at this point in the history
 Graphite typo fix
  • Loading branch information
lukasolson committed Feb 21, 2016
2 parents c338677 + 7f2104c commit 934f112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions series_functions/graphite.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -48,4 +48,4 @@ module.exports = new Datasource ('graphite', {
throw e;
});
}
});
});

0 comments on commit 934f112

Please sign in to comment.