Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit df1a62f

Browse files
jogo-adiazulay
andauthored
Fix typos in CHANGELOG.md (#1226)
Co-authored-by: Adi Azulay <[email protected]>
1 parent f247a6d commit df1a62f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ All notable changes to this project will be documented in this file.
3131
- Release date: November 22, 2020
3232

3333
### Changed
34-
- Add DTR and RTS signals on serial open and buad rate change
35-
- Improves c_cpp_properties.json autogeneration for intelliSense
34+
- Add DTR and RTS signals on serial open and baud rate change
35+
- Improves c_cpp_properties.json autogeneration for IntelliSense
3636

3737
## Version 0.3.3
3838

@@ -69,7 +69,7 @@ All notable changes to this project will be documented in this file.
6969
- Fix issue of "Fail to debug on Ubuntu". [[#933](https://github.com/microsoft/vscode-arduino/issues/933)]
7070
- Remove line ending selection. Fix the issue of "Save the last used end of line". [[#952](https://github.com/microsoft/vscode-arduino/issues/952)]
7171
- Fix the issue of "Can't install libraries from VS Code for ESP8266". [[#930](https://github.com/microsoft/vscode-arduino/issues/930)]
72-
- Fix the issue of "Project path can not be changed". [[#978](https://github.com/microsoft/vscode-arduino/issues/978)]
72+
- Fix the issue of "Project path cannot be changed". [[#978](https://github.com/microsoft/vscode-arduino/issues/978)]
7373

7474
Special thanks to [raomin](https://github.com/raomin), thanks for your contributions and feedbacks.
7575

@@ -82,7 +82,7 @@ Special thanks to [raomin](https://github.com/raomin), thanks for your contribut
8282

8383
## Version 0.2.28
8484

85-
- Release data: November 15, 2019
85+
- Release date: November 15, 2019
8686

8787
### Fixed
8888

@@ -158,7 +158,7 @@ Special thanks to [Deqing Sun](https://github.com/DeqingSun), thank you for your
158158
- Add sketches folder into examples view [#652](https://github.com/Microsoft/vscode-arduino/issues/652)
159159

160160
### Changed
161-
- Change Arduino langauge ID to C++ [#686](https://github.com/Microsoft/vscode-arduino/issues/686)
161+
- Change Arduino language ID to C++ [#686](https://github.com/Microsoft/vscode-arduino/issues/686)
162162
- Use VS Code new webview API [#701](https://github.com/Microsoft/vscode-arduino/issues/701)
163163

164164
### Fixed
@@ -181,7 +181,7 @@ Special thanks to [Deqing Sun](https://github.com/DeqingSun), [Takashi Matsuoka]
181181
- Fix the output path not exist issue [#641](https://github.com/Microsoft/vscode-arduino/issues/641)
182182
- Update arduino.path instruction [#635](https://github.com/Microsoft/vscode-arduino/issues/635)
183183

184-
Special thanks to [aster94](https://github.com/aster94), [Niels van der Veer](https://github.com/n9iels), [AntoineGirafe](https://github.com/AntoineGirafe), thank you foryour contributions and feedbacks.
184+
Special thanks to [aster94](https://github.com/aster94), [Niels van der Veer](https://github.com/n9iels), [AntoineGirafe](https://github.com/AntoineGirafe), thank you for your contributions and feedbacks.
185185

186186
## Version 0.2.20
187187

@@ -206,7 +206,7 @@ Special thanks to [aster94](https://github.com/aster94), [Niels van der Veer](ht
206206
- Add Wio 3G board and WeMos D1 board [#223](https://github.com/Microsoft/vscode-arduino/pull/223)
207207

208208
### Fixed
209-
- Fix intellisense issue of `c_cpp_properties.json`
209+
- Fix IntelliSense issue of `c_cpp_properties.json`
210210
- Fix "Verifying" is misspelled issue [#591](https://github.com/Microsoft/vscode-arduino/issues/591)
211211
- Improve config setting descriptions [#605](https://github.com/Microsoft/vscode-arduino/issues/605)
212212

@@ -241,13 +241,13 @@ Special thanks to [Thad House](https://github.com/ThadHouse), [Carlos Gomez](htt
241241
### Added
242242
- Add a sketch file button in status bar to reset sketch file [#481](https://github.com/Microsoft/vscode-arduino/issues/481)
243243
- Add loading status bar for verify and build command [#137](https://github.com/Microsoft/vscode-arduino/issues/137)
244-
- Add `prebuild` support in `arduio.json` [#411](https://github.com/Microsoft/vscode-arduino/issues/411)
244+
- Add `prebuild` support in `arduino.json` [#411](https://github.com/Microsoft/vscode-arduino/issues/411)
245245
- Add upload using programmer command [#407](https://github.com/Microsoft/vscode-arduino/issues/407)
246246
- Add ignore option for board detection notification [#495](https://github.com/Microsoft/vscode-arduino/issues/495)
247247
- Add settings for disable/enable serial monitor TestingOpen [#530](https://github.com/Microsoft/vscode-arduino/issues/530)
248248

249249
### Fixed
250-
- Fix intellisense issue of `c_cpp_properties.json` (preview) [#438](https://github.com/Microsoft/vscode-arduino/issues/438)
250+
- Fix IntelliSense issue of `c_cpp_properties.json` (preview) [#438](https://github.com/Microsoft/vscode-arduino/issues/438)
251251

252252
Special thanks to [Joel Santos](https://github.com/mundodisco8), [John](https://github.com/VashJuan), [mybayern1974](https://github.com/mybayern1974), [Maxime Paquatte](https://github.com/maxime-paquatte), [Joe Saavedra](https://github.com/jmsaavedra), [Kye Burchard](https://github.com/kyeb), [Laurent Haas - F6FVY](https://github.com/f6fvy), thank you for your feedbacks.
253253

@@ -337,7 +337,7 @@ Special thanks to [GarethE](https://github.com/keyoke), thank you for your contr
337337
- Contribution from [DeqingSun](https://github.com/DeqingSun): Add board support for STM32F1 with Arudino_STM32 [#377](https://github.com/Microsoft/vscode-arduino/pull/377)
338338

339339
### Changed
340-
- Leverage the ouput path config to speedup upload/verify
340+
- Leverage the output path config to speedup upload/verify
341341
- Fix USB detection issue during uploading [#371](https://github.com/Microsoft/vscode-arduino/pull/371), [372](https://github.com/Microsoft/vscode-arduino/pull/372)
342342
- Contribution from [lialosiu](https://github.com/lialosiu): Fix encoding issue for non UTF-8 [#364](https://github.com/Microsoft/vscode-arduino/pull/364)
343343
- Update the documents with the helps of
@@ -361,7 +361,7 @@ Special thanks to [GarethE](https://github.com/keyoke), thank you for your contr
361361

362362
### Changed
363363
- Use a new configuration page for switching arduino boards
364-
- Lazy load the arduino extension on start up, only usb detection works in background, when it detects an arduino board, the extension will fully activate
364+
- Lazy load the arduino extension on startup, only usb detection works in background, when it detects an arduino board, the extension will fully activate
365365
- Update unit test to some basic arduino commands
366366
- Fix some typos in code
367367
- Fix issue #289 #324 #327
@@ -432,4 +432,4 @@ Special thanks to [GarethE](https://github.com/keyoke), thank you for your contr
432432
- Built-in serial monitor
433433
- Snippets for sketches
434434
- Automatic Arduino project scaffolding
435-
- Commond Palette (F1) integration of frequently used commands (e.g. Verify, Upload...)
435+
- Command Palette (F1) integration of frequently used commands (e.g. Verify, Upload...)

0 commit comments

Comments
 (0)