Explorar o código

Fixed spelling error

Michael Kröll %!s(int64=10) %!d(string=hai) anos
pai
achega
1bb1ddcd29
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/app/plugins/datasource/elasticsearch/datasource.js

+ 1 - 1
public/app/plugins/datasource/elasticsearch/datasource.js

@@ -107,7 +107,7 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
           for (var i = 0; i < fieldNames.length; i++) {
             fieldValue = fieldValue[fieldNames[i]];
             if (!fieldValue) {
-              console.log('could not find field in annotatation: ', fieldName);
+              console.log('could not find field in annotation: ', fieldName);
               return '';
             }
           }