diff --git a/docs/kitematic/set_up_dev.md b/docs/kitematic/set_up_dev.md
index 4cb5cc53dd..4eaa0002e2 100644
--- a/docs/kitematic/set_up_dev.md
+++ b/docs/kitematic/set_up_dev.md
@@ -65,8 +65,7 @@ the above installer link will have an uninstaller available.
To fork the master branch of Kitematic:
-1. Go to the
-kitematic/kitematic repository .
+1. Go to the kitematic/kitematic repository .
2. Click "Fork" in the upper right corner of the GitHub interface.
diff --git a/docs/workflow/advanced-contributing.md b/docs/workflow/advanced-contributing.md
index 1c4c619fe1..8441315f51 100644
--- a/docs/workflow/advanced-contributing.md
+++ b/docs/workflow/advanced-contributing.md
@@ -78,7 +78,7 @@ The following provides greater detail on the process:
3. Talk to the community about your idea.
- We have lots of community forums
+ We have lots of community forums
where you can get feedback on your idea. Float your idea in a forum or two
to get some commentary going on it.
diff --git a/docs/workflow/coding-style.md b/docs/workflow/coding-style.md
index 4e12b3a287..fbb3b1de4a 100644
--- a/docs/workflow/coding-style.md
+++ b/docs/workflow/coding-style.md
@@ -52,7 +52,7 @@ program code and documentation code.
* Use existing Docker test files (`name_test.go`) for inspiration.
-* Run the full test suite on your
+* Run the full test suite on your
branch before submitting a pull request.
* Run `make docs` to build the documentation and then check it locally.