Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 7, 2020
1 parent 9f0c524 commit 5eed7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/es_ui_shared/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ export { indices } from './indices';

export { useUIAceKeyboardMode } from './use_ui_ace_keyboard_mode';

/** dummy plugin, we just want kibanaReact to have its own bundle */
/** dummy plugin, we just want esUiShared to have its own bundle */
export function plugin() {
return new (class KibanaReactPlugin {
return new (class EsUiSharedPlugin {
setup() {}
start() {}
})();
Expand Down

0 comments on commit 5eed7a9

Please sign in to comment.