Skip to content

Commit

Permalink
docs: correct the grammar of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Aug 3, 2021
1 parent ec3aec9 commit b6ec5cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/workbench/activityBarService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ export interface IActivityBarService extends Component<IActivityBar> {
*/
setActive(id?: string): void;
/**
* Remove the specify activity bar by id
* Remove the specific activity bar by id
* @param id
*/
remove(id: string): void;
/**
* Toggle the specify activity bar between the display or hidden
* Toggle the specific activity bar between show or hide
* @param id activity bar id
*/
toggleBar(id: string): void;
Expand All @@ -48,7 +48,7 @@ export interface IActivityBarService extends Component<IActivityBar> {
*/
addContextMenu(data: IMenuItemProps | IMenuItemProps[]): void;
/**
* Remove the specify contextMenu item by id
* Remove the specific contextMenu item by id
* @param id contextmenu id
*/
removeContextMenu(id: string): void;
Expand Down

0 comments on commit b6ec5cd

Please sign in to comment.