From a19a2c70abf01bcf3a9979bc5aa7a51a3dbe3893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 20 Sep 2014 08:33:16 +0200 Subject: [PATCH] Fixed spelling in config.sample.js --- src/config.sample.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/config.sample.js b/src/config.sample.js index 6046a753d5a..740c0d4b8c9 100644 --- a/src/config.sample.js +++ b/src/config.sample.js @@ -1,8 +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 Grafana is run for the first time. - /// +// == Configuration +// config.js is where you will find the core Grafana configuration. This file contains parameter that +// must be set before Grafana is run for the first time. + define(['settings'], function (Settings) { "use strict"; @@ -97,7 +96,7 @@ function (Settings) { // Change window title prefix from 'Grafana - ' window_title_prefix: 'Grafana - ', - // Add your own custom pannels + // Add your own custom panels plugins: { // list of plugin panels panels: [],