Skip to content

Commit

Permalink
Fix comments typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Apr 12, 2021
1 parent eb26c18 commit 6f883f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function TimeseriesVisualization({
const { indexPatterns } = getDataStart();
const { indexPattern } = await fetchIndexPattern(indexPatternValue, indexPatterns);
let event;
// trigger applyFilter if no index pattern found, url drillodowns is supported only
// trigger applyFilter if no index pattern found, url drilldowns are supported only
// for the index pattern mode
if (indexPattern) {
const tables = indexPattern
Expand Down

0 comments on commit 6f883f2

Please sign in to comment.