Fix typo.

RELNOTES: None
PiperOrigin-RevId: 208048947
diff --git a/site/docs/query.html b/site/docs/query.html
index 430355d..605c159 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -1130,7 +1130,7 @@
   <code>record</code> or <code>xml</code>, the outputs will be printed in
   arbitrary order. <b>This is generally the fastest option</b>. It is not
   supported though when <code>--output</code> is one of <code>graph</code>,
-  <code>min_rank</code> or <code>max_rank</code>: with these formats, bazel will
+  <code>minrank</code> or <code>maxrank</code>: with these formats, bazel will
   always print results ordered by the dependency order or rank.
 </p>
 <p>