Skip to content

Commit

Permalink
Apply suggestions from @feloy
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Martin <feloy1@gmail.com>
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
  • Loading branch information
axel7083 and feloy committed Sep 16, 2024
1 parent 06611cb commit 8f59469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/extension-api/src/extension-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4690,7 +4690,7 @@ declare module '@podman-desktop/api' {
* Allow to define custom route for an extension.
*
* @remarks
* You commandId used must have been registered through {@link commands.registerCommand}
* The commandId used must have been registered through {@link commands.registerCommand}
*
* @example
* ```ts
Expand All @@ -4715,7 +4715,7 @@ declare module '@podman-desktop/api' {

/**
* Allow extension to navigate to a custom route.
* The route need to have been registered using {@link navigation.register}
* The route needs to have been registered using {@link navigation.register}
*
* @param routeId the identifier of the route to use
* @param args the arguments to provide to the command linked to the routeId
Expand Down

0 comments on commit 8f59469

Please sign in to comment.