Browse Source

Merge pull request #3393 from pepl/master

Fixed spelling error
Carl Bergquist 10 years ago
parent
commit
55fab0493d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/plugins/datasource/elasticsearch/datasource.js

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

@@ -112,7 +112,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 '';
             }
           }