You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/11/15 19:34:18 UTC

[10/40] incubator-mynewt-site git commit: Tidy up list of steps in editing FAQ

Tidy up list of steps in editing FAQ

Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/commit/05083e74
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/tree/05083e74
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/diff/05083e74

Branch: refs/heads/master
Commit: 05083e74a7e2a478a3af27c6694c7dc360a7c4aa
Parents: 4cab025
Author: Sam Bristow <sa...@gmail.com>
Authored: Thu Oct 27 13:30:02 2016 +1300
Committer: GitHub <no...@github.com>
Committed: Thu Oct 27 13:30:02 2016 +1300

----------------------------------------------------------------------
 docs/faq/how_to_edit_docs.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/05083e74/docs/faq/how_to_edit_docs.md
----------------------------------------------------------------------
diff --git a/docs/faq/how_to_edit_docs.md b/docs/faq/how_to_edit_docs.md
index b3229c6..9005330 100644
--- a/docs/faq/how_to_edit_docs.md
+++ b/docs/faq/how_to_edit_docs.md
@@ -19,9 +19,8 @@ If you are not a committer, you may follow the proposed non-committer workflow t
 
 ### Editing an existing page
 
-* Create a fork on the [github mirror](https://github.com/apache/incubator-mynewt-site). 
-* 
-* Then create a new branch to work on your documentation and move to that branch.
+* Create a fork on the [github mirror](https://github.com/apache/incubator-mynewt-site).
+* Create a new branch to work on your documentation and move to that branch.
 ```
         $ git checkout -b <your-branch-name>
 ```