_content/doc/tutorial/getting-started.html fix formating

Made more clear what exact command is

Change-Id: I184d9a44318aa5f816d79ad6a03b03b174a6a6e2
GitHub-Last-Rev: a14e82f00ce582c73d0c6a4a6209b2dda093df29
GitHub-Pull-Request: golang/website#313
Reviewed-on: https://go-review.googlesource.com/c/website/+/656215
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
diff --git a/_content/doc/tutorial/getting-started.html b/_content/doc/tutorial/getting-started.html
index d685d8e..c3cc4d3 100644
--- a/_content/doc/tutorial/getting-started.html
+++ b/_content/doc/tutorial/getting-started.html
@@ -103,7 +103,7 @@
     <p>
       To enable dependency tracking for your code by creating a go.mod file, run
       the
-      <a href="/ref/mod#go-mod-init"><code>go mod init</code> command</a>,
+      <a href="/ref/mod#go-mod-init"><code>go mod init</code></a> command,
         giving it the name of the module your code will be in. The name is the
         module's module path.</p>
     <p>In actual development, the module path will typically be the repository
@@ -182,8 +182,7 @@
     <p>
       The
       <a href="/cmd/go/#hdr-Compile_and_run_Go_program"
-        ><code>go run</code> command</a
-      >
+        ><code>go run</code></a> command
       is one of many <code>go</code> commands you'll use to get things done with
       Go. Use the following command to get a list of the others:
     </p>