Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Langer <planger@users.noreply.github.com>
  • Loading branch information
tortmayr and planger authored Sep 30, 2020
1 parent e88cec3 commit 2878733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/browser/widget-open-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface WidgetOpenerOptions extends OpenerOptions {
}

/**
* Generic base class for {@link Openhandler}s that are using a widget to open the given uri.
* Generic base class for {@link OpenHandler}s that are opening a widget for a given {@link URI}.
*/
@injectable()
export abstract class WidgetOpenHandler<W extends BaseWidget> implements OpenHandler {
Expand Down

0 comments on commit 2878733

Please sign in to comment.