Skip to content

Commit 5ebeb7d

Browse files
committed
Fix comment
1 parent c56520a commit 5ebeb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyterlab-manager/src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ function activateWidgetExtension(
248248
}
249249

250250
if (settingRegistry !== null) {
251-
// Add a command for creating a new Markdown file.
251+
// Add a command for automatically saving (jupyter-)widget state.
252252
commands.addCommand('@jupyter-widgets/jupyterlab-manager:saveWidgetState', {
253253
label: 'Save Widget State Automatically',
254254
execute: args => {

0 commit comments

Comments
 (0)