diff --git a/packages/bluetooth-extension/src/index.ts b/packages/bluetooth-extension/src/index.ts index 10bffeb..074d94c 100644 --- a/packages/bluetooth-extension/src/index.ts +++ b/packages/bluetooth-extension/src/index.ts @@ -20,7 +20,7 @@ export namespace CommandIDs { } const BluetoothManagerPlugin: JupyterFrontEndPlugin = { - id: 'bluetooh-manager:bluetooth-manager-plugin', + id: 'bluetooth-manager:bluetooth-manager-plugin', description: 'Provides the bluetooth manager', provides: IBluetoothManager, autoStart: true, @@ -40,7 +40,7 @@ const BluetoothManagerPlugin: JupyterFrontEndPlugin = { }; const BluetoothSidebarPlugin: JupyterFrontEndPlugin = { - id: 'bluetooh-manager:bluetooth-sidebar-plugin', + id: 'bluetooth-manager:bluetooth-sidebar-plugin', description: 'Provides the connected bluetooth devices dialog to populate the sidebar.', requires: [IRunningSessionManagers, ITranslator, IBluetoothManager],