Ver Fonte

Fixed spelling in config.sample.js

Torkel Ödegaard há 11 anos atrás
pai
commit
a19a2c70ab
1 ficheiros alterados com 5 adições e 6 exclusões
  1. 5 6
      src/config.sample.js

+ 5 - 6
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'],
 define(['settings'],
 function (Settings) {
 function (Settings) {
   "use strict";
   "use strict";
@@ -97,7 +96,7 @@ function (Settings) {
     // Change window title prefix from 'Grafana - <dashboard title>'
     // Change window title prefix from 'Grafana - <dashboard title>'
     window_title_prefix: 'Grafana - ',
     window_title_prefix: 'Grafana - ',
 
 
-    // Add your own custom pannels
+    // Add your own custom panels
     plugins: {
     plugins: {
       // list of plugin panels
       // list of plugin panels
       panels: [],
       panels: [],