From 43012f4d923bb07d9ab417fd5605cd07ec355091 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 8 Nov 2015 09:24:19 +0100 Subject: [PATCH] Remove line break --- source/developers/index.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/developers/index.markdown b/source/developers/index.markdown index 93e0f53133e..fbf3fa5e1c9 100644 --- a/source/developers/index.markdown +++ b/source/developers/index.markdown @@ -44,10 +44,9 @@ requests. 6. Commit the changes `git add .` `git commit -m "Added some-feature"` - 7. Push your commited changes back to your fork on Github + 7. Push your commited changes back to your fork on GitHub `git push origin HEAD` - 8. Follow [these steps](https://help.github.com/articles/creating-a-pull-request/) to create your - pull request. + 8. Follow [these steps](https://help.github.com/articles/creating-a-pull-request/) to create your pull request. ### {% linkable_title Further reading %}