From 9dd70591c5a05f0b507f2b56ed9660fdd7965420 Mon Sep 17 00:00:00 2001 From: Adam Bender Date: Wed, 3 May 2017 18:57:40 -0700 Subject: [PATCH] doc: fix minor formatting issues in contribute.html - remove from
- replace `` with 

Change-Id: I46f0aec8b7645e2ac8cb53bca73aed55441acd65
Reviewed-on: https://go-review.googlesource.com/42612
Reviewed-by: Brad Fitzpatrick 
---
 doc/contribute.html | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/doc/contribute.html b/doc/contribute.html
index f3ea73cfc7d..753aefaa29e 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -305,10 +305,10 @@ Go to a directory where you want the source to appear and run the following
 command in a terminal.
 

-

+
 $ git clone https://go.googlesource.com/go
 $ cd go
-
+

Contributing to the main Go tree

@@ -396,8 +396,9 @@ and

Once you have the changes queued up, you will want to commit them. -In the Go contribution workflow this is done with a `git change` command, -which creates a local branch and commits the changes directly to that local branch. +In the Go contribution workflow this is done with a git +change command, which creates a local branch and commits the changes +directly to that local branch.

@@ -418,9 +419,9 @@ then git commit.)
 

-As the `git commit` is the final step, Git will open an editor to ask for a -commit message. -(It uses the editor named by the $EDITOR environment variable, +As the git commit is the final step, Git will open an +editor to ask for a commit message. (It uses the editor named by +the $EDITOR environment variable, vi by default.) The file will look like: