We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40582b1 commit a6e0eeeCopy full SHA for a6e0eee
arduino-ide-extension/src/browser/boards/boards-data-store.ts
@@ -77,7 +77,7 @@ export class BoardsDataStore
77
const storedData =
78
await this.storageService.getData<BoardsDataStore.Data>(key);
79
if (!storedData) {
80
- // if not previously value is available for the board, do not update the cache
+ // if no previously value is available for the board, do not update the cache
81
continue;
82
}
83
const details = await this.loadBoardDetails(fqbn);
0 commit comments