Correct minor typos in UI text and documentation

This commit is contained in:
per1234
2022-01-12 23:13:14 -08:00
parent a5891f9884
commit bc365f4a8d
9 changed files with 13 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ export class BoardsConfigDialog extends AbstractDialog<BoardsConfig.Config> {
),
nls.localize(
'arduino/board/configDialog2',
'If you only select a Board you will be able just to compile, but not to upload your sketch.'
'If you only select a Board you will be able to compile, but not to upload your sketch.'
),
]) {
const p = document.createElement('div');