aboutsummaryrefslogtreecommitdiffstats
path: root/docs/syllabus.md
diff options
context:
space:
mode:
authorChris Ko <chriskopher@gmail.com>2020-04-19 18:04:26 -0400
committerGitHub <noreply@github.com>2020-04-19 23:04:26 +0100
commit9b70e53508e844515f2de8841daeaba01e69eb72 (patch)
treedad0368b8cf28c0b6d9c1026fc5ee0475f1b7220 /docs/syllabus.md
parent33a5dc4fcf3ed00f7cd87271530bcc416012926f (diff)
downloadfirmware-9b70e53508e844515f2de8841daeaba01e69eb72.tar.gz
firmware-9b70e53508e844515f2de8841daeaba01e69eb72.tar.bz2
firmware-9b70e53508e844515f2de8841daeaba01e69eb72.zip
[Docs] Fixed minor typos (#8860)
Diffstat (limited to 'docs/syllabus.md')
-rw-r--r--docs/syllabus.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/syllabus.md b/docs/syllabus.md
index 239466b79..ec7f66ba7 100644
--- a/docs/syllabus.md
+++ b/docs/syllabus.md
@@ -4,7 +4,7 @@ This page helps you build up your QMK knowledge by introducing the basics first
# Beginning Topics
-If you read nothing else you should read the documents in this section. After reading the [Tutorial](newbs.md) you should be able to create a basic keymap, complie it, and flash it to your keyboard. The remaining documents will flesh out your knowledge of these basics.
+If you read nothing else you should read the documents in this section. After reading the [Tutorial](newbs.md) you should be able to create a basic keymap, compile it, and flash it to your keyboard. The remaining documents will flesh out your knowledge of these basics.
* **Learn How To Use QMK Tools**
* [Tutorial](newbs.md)
@@ -16,11 +16,11 @@ If you read nothing else you should read the documents in this section. After re
* The full list of keycodes you can use. Note that some may require knowledge found in the Intermediate or Advanced Topics.
* **Configuring IDEs** - Optional
* [Eclipse](other_eclipse.md)
- * [VSCode](other_vscode.md)
+ * [VS Code](other_vscode.md)
# Intermediate Topics
-These topics start dig into some of the features that QMK supports. You don't have to read all of these documents, but some of the documents in the Advanced Topics section won't make sense if you skip over some of these.
+These topics start to dig into some of the features that QMK supports. You don't have to read all of these documents, but some of the documents in the Advanced Topics section won't make sense if you skip over some of these.
* **Learn How To Configure Features**
<!-- * Configuration Overview FIXME(skullydazed/anyone): write this document -->
@@ -62,9 +62,9 @@ Everything below here requires a lot of foundational knowledge. Besides being ab
* [Pointing Devices](feature_pointing_device.md)
* **Core Development**
* [Coding Conventions](coding_conventions_c.md)
- * [Compatible Microcontrolers](compatible_microcontrollers.md)
+ * [Compatible Microcontrollers](compatible_microcontrollers.md)
* [Custom Matrix](custom_matrix.md)
- * [Understandnig QMK](understanding_qmk.md)
+ * [Understanding QMK](understanding_qmk.md)
* **CLI Development**
* [Coding Conventions](coding_conventions_python.md)
* [CLI Development Overview](cli_development.md)