doc: query-how-to: fix a closing code tag

RELNOTES: None.
PiperOrigin-RevId: 280666645
diff --git a/site/docs/query-how-to.html b/site/docs/query-how-to.html
index 1ee3d35..2f1f74f 100644
--- a/site/docs/query-how-to.html
+++ b/site/docs/query-how-to.html
@@ -126,7 +126,7 @@
 what is included in the artifact you built, and not every possible job.
 
 <p>To visualize the graph of all dependencies, pipe the bazel query output through
-  the <code>dot</dot> command-line tool:</p>
+  the <code>dot</code> command-line tool:</p>
 <pre>
 $ bazel query "allpaths(//foo, third_party/...)" --notool_deps --output graph | dot -Tpng > graph.png
 </pre>