Commit 55fab049 by Carl Bergquist

Merge pull request #3393 from pepl/master

Fixed spelling error
parents 22c4e605 1bb1ddcd
......@@ -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 '';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment