summaryrefslogtreecommitdiffstats
path: root/docs/other_eclipse.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/other_eclipse.md')
-rw-r--r--docs/other_eclipse.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/other_eclipse.md b/docs/other_eclipse.md
index 91557d07d7..de8cdf9b8c 100644
--- a/docs/other_eclipse.md
+++ b/docs/other_eclipse.md
@@ -11,7 +11,7 @@ Using an IDE such as Eclipse provides many advantages over a plain text editor,
* static code analysis
* many other tools such as debugging, code formatting, showing call hierarchies etc.
-The purpose of the is page is to document how to set-up Eclipse for developing AVR software, and working on the QMK code base.
+The purpose of this page is to document how to set-up Eclipse for developing AVR software, and working on the QMK code base.
Note that this set-up has been tested on Ubuntu 16.04 only for the moment.
@@ -74,7 +74,7 @@ Once both plugins are installed, restart Eclipse as prompted.
## Build Your Keyboard
-We will now change the default make target of the the project from `all` to the
+We will now change the default make target of the project from `all` to the
specific keyboard and keymap combination we are working on,
e.g. `kinesis/kint36:stapelberg`. This way, project-wide actions like cleaning
and building the project will complete quickly, instead of taking a long time or