Skip to content

Commit 7fb3276

Browse files
authored
[doc] Fix a few typos
1 parent 85cf875 commit 7fb3276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-ide-extension/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Arduino Pro IDE is based on Theia, and most of its IDE features, UIs and customi
44

55
### IDE Services
66

7-
IDE services typically have a backend part (usually in [src/node/](./src/node/)) and a front-end part (usually in [src/browser/](./src/browser/)).
7+
IDE services typically have a backend part in [src/node/](./src/node/) and a front-end part in [src/browser/](./src/browser/).
88

99
#### Boards Service
1010

@@ -30,7 +30,7 @@ The Core Service is responsible for building your sketches and uploading them to
3030
- compiling a sketch for a selected board type
3131
- uploading a sketch to a connected board
3232

33-
### Monitor Service
33+
#### Monitor Service
3434

3535
The Monitor Service allows getting information back from sketches running on your Arduino boards.
3636

0 commit comments

Comments
 (0)