Skip to content

Commit 1a44f12

Browse files
committed
Remove incorrect params for createGitMenu
1 parent 41410fe commit 1a44f12

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/commandsAndMenu.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -736,11 +736,7 @@ export function addCommands(
736736
/**
737737
* Adds commands and menu items.
738738
*
739-
* @private
740-
* @param app - Jupyter front end
741-
* @param gitExtension - Git extension instance
742-
* @param fileBrowser - file browser instance
743-
* @param settings - extension settings
739+
* @param commands - Jupyter App commands registry
744740
* @returns menu
745741
*/
746742
export function createGitMenu(commands: CommandRegistry): Menu {

0 commit comments

Comments
 (0)