Skip to content

Commit

Permalink
fix #125138
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jun 2, 2021
1 parent f2d6da2 commit 5426557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12168,7 +12168,7 @@ declare module 'vscode' {
/**
* Register a {@link NotebookSerializer notebook serializer}.
*
* A notebook serializer must to be contributed through the `notebooks` extension point. When opening a notebook file, the editor will send
* A notebook serializer must be contributed through the `notebooks` extension point. When opening a notebook file, the editor will send
* the `onNotebook:<notebookType>` activation event, and extensions must register their serializer in return.
*
* @param notebookType A notebook.
Expand Down

0 comments on commit 5426557

Please sign in to comment.