Skip to content

Commit b649267

Browse files
author
Akos Kitta
committed
Fixed typos.
Signed-off-by: Akos Kitta <[email protected]>
1 parent 9e2b73a commit b649267

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: arduino-ide-extension/src/browser/boards/boards-service-provider.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ export class BoardsServiceProvider implements FrontendApplicationContribution {
6666
protected _availableBoards: AvailableBoard[] = [];
6767

6868
/**
69-
* Unlike `onAttachedBoardsChanged` this even fires when the user modifies the selected board in the IDE.\
70-
* This even also fires, when the boards package was not available for the currently selected board,
69+
* Unlike `onAttachedBoardsChanged` this event fires when the user modifies the selected board in the IDE.\
70+
* This event also fires, when the boards package was not available for the currently selected board,
7171
* and the user installs the board package. Note: installing a board package will set the `fqbn` of the
72-
* currently selected board.\
72+
* currently selected board.
73+
*
7374
* This event is also emitted when the board package for the currently selected board was uninstalled.
7475
*/
7576
readonly onBoardsConfigChanged = this.onBoardsConfigChangedEmitter.event;

Diff for: arduino-ide-extension/src/common/protocol/boards-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export interface BoardsService
142142
export interface Port {
143143
// id is the combination of address and protocol
144144
// formatted like "<address>|<protocol>" used
145-
// to univocally recognize a port
145+
// to uniquely recognize a port
146146
readonly id: string;
147147
readonly address: string;
148148
readonly addressLabel: string;

0 commit comments

Comments
 (0)