Explorar el Código

Fix a "kibana" leftover in comments

Jaime Gago hace 12 años
padre
commit
b813f48a7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/config.sample.js

+ 1 - 1
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) {