Skip to content

Commit

Permalink
Fix typo: autocompleteService -> autocomplete (#61186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell authored Mar 25, 2020
1 parent ba10b9d commit f5da5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/maps/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const bindStartCoreAndPlugins = (core: CoreStart, plugins: any) => {
setIndexPatternSelect(data.ui.IndexPatternSelect);
setTimeFilter(data.query.timefilter.timefilter);
setIndexPatternService(data.indexPatterns);
setAutocompleteService(data.autocompleteService);
setAutocompleteService(data.autocomplete);
};

/** @internal */
Expand Down

0 comments on commit f5da5bc

Please sign in to comment.