Преглед изворни кода

Merge pull request #782 from fractalcat/master

Fix comment in config.js
Rashid Khan пре 12 година
родитељ
комит
d2c89329d7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/config.js

+ 1 - 1
src/config.js

@@ -18,7 +18,7 @@ function (Settings) {
      * The URL to your elasticsearch server. You almost certainly don't
      * The URL to your elasticsearch server. You almost certainly don't
      * want +http://localhost:9200+ here. Even if Kibana and Elasticsearch are on
      * want +http://localhost:9200+ here. Even if Kibana and Elasticsearch are on
      * the same host. By default this will attempt to reach ES at the same host you have
      * the same host. By default this will attempt to reach ES at the same host you have
-     * elasticsearch installed on. You probably want to set it to the FQDN of your
+     * kibana installed on. You probably want to set it to the FQDN of your
      * elasticsearch host
      * elasticsearch host
      */
      */
     elasticsearch: "http://"+window.location.hostname+":9200",
     elasticsearch: "http://"+window.location.hostname+":9200",