Skip to content

Commit a6e0eee

Browse files
author
Akos Kitta
committed
fix: typo
Signed-off-by: Akos Kitta <[email protected]>
1 parent 40582b1 commit a6e0eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/boards/boards-data-store.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export class BoardsDataStore
7777
const storedData =
7878
await this.storageService.getData<BoardsDataStore.Data>(key);
7979
if (!storedData) {
80-
// if not previously value is available for the board, do not update the cache
80+
// if no previously value is available for the board, do not update the cache
8181
continue;
8282
}
8383
const details = await this.loadBoardDetails(fqbn);

0 commit comments

Comments
 (0)