summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-07-26 15:43:48 (GMT)
committerTim Keller <geekboy1011@gmail.com>2021-08-07 18:19:11 (GMT)
commit7f2ee62aedd359d34af6569bc691e216a49a7f5d (patch)
tree3ab6134ea57aa024a9fbcf89526a9183aede9188 /doc
parente9248b225e78e36ff04f7c26244adf200e17020e (diff)
Typos for days
Diffstat (limited to 'doc')
-rw-r--r--doc/buildWithVScode.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/buildWithVScode.md b/doc/buildWithVScode.md
index 31174d1..c1df17b 100644
--- a/doc/buildWithVScode.md
+++ b/doc/buildWithVScode.md
@@ -1,6 +1,6 @@
# Build and Develop the project using VS Code
-The .VSCode folder contains configuration files for developing InfiniTime with VS Code. Effort was made to have these rely on Environment variables instead of hardcoded paths.
+The .VS Code folder contains configuration files for developing InfiniTime with VS Code. Effort was made to have these rely on Environment variables instead of hardcoded paths.
## Environment Setup
@@ -22,7 +22,7 @@ We leverage a few VS Code extensions for ease of development.
#### Optional Extensions
-[Cortex-Debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug) - ARM Cortex-M GDB Debugger support for VSCode
+[Cortex-Debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug) - ARM Cortex-M GDB Debugger support for VS Code
Cortex-Debug is only required for interactive debugging using VS Codes built in GDB support.