From 7fb32766cacf6e3d843a9d95b64e841fe9d0a298 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Sat, 7 Dec 2019 09:59:45 +0100 Subject: [PATCH] [doc] Fix a few typos --- arduino-ide-extension/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arduino-ide-extension/README.md b/arduino-ide-extension/README.md index d32e2543..6d4fb57f 100644 --- a/arduino-ide-extension/README.md +++ b/arduino-ide-extension/README.md @@ -4,7 +4,7 @@ Arduino Pro IDE is based on Theia, and most of its IDE features, UIs and customi ### IDE Services -IDE services typically have a backend part (usually in [src/node/](./src/node/)) and a front-end part (usually in [src/browser/](./src/browser/)). +IDE services typically have a backend part in [src/node/](./src/node/) and a front-end part in [src/browser/](./src/browser/). #### Boards Service @@ -30,7 +30,7 @@ The Core Service is responsible for building your sketches and uploading them to - compiling a sketch for a selected board type - uploading a sketch to a connected board -### Monitor Service +#### Monitor Service The Monitor Service allows getting information back from sketches running on your Arduino boards.