Skip to content

Commit 2d51cf5

Browse files
committed
Fix typo
1 parent 841f0dc commit 2d51cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const extension: JupyterFrontEndPlugin<void> = {
5555
menu: IMainMenu,
5656
launcher: ILauncher
5757
) => {
58-
console.log('JupyterLab extension URDF is activated!');
58+
console.log('JupyterLab extension URDF is activated!');
5959
const { commands } = app;
6060

6161
// Tracker

0 commit comments

Comments
 (0)