From 43f1cfba5abaa0418afffd78fdba3240165022f7 Mon Sep 17 00:00:00 2001 From: Jaime Gago Date: Tue, 18 Mar 2014 17:53:57 -0700 Subject: [PATCH] Fix a "kibana" leftover in comments --- src/config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.sample.js b/src/config.sample.js index 5ec66aab2b9..3a2eb9c1108 100644 --- a/src/config.sample.js +++ b/src/config.sample.js @@ -1,7 +1,7 @@ /** @scratch /configuration/config.js/1 * == Configuration * config.js is where you will find the core Grafana configuration. This file contains parameter that - * must be set before kibana is run for the first time. + * must be set before Grafana is run for the first time. */ define(['settings'], function (Settings) {