Browse Source

Fix a "kibana" leftover in comments

Jaime Gago 11 năm trước cách đây
mục cha
commit
43f1cfba5a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/config.sample.js

+ 1 - 1
src/config.sample.js

@@ -1,7 +1,7 @@
 /** @scratch /configuration/config.js/1
 /** @scratch /configuration/config.js/1
  * == Configuration
  * == Configuration
  * config.js is where you will find the core Grafana configuration. This file contains parameter that
  * 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'],
 define(['settings'],
 function (Settings) {
 function (Settings) {