Fix documentation typo
PiperOrigin-RevId: 271577842
diff --git a/site/docs/aquery.html b/site/docs/aquery.html
index da46a80..a24700e 100644
--- a/site/docs/aquery.html
+++ b/site/docs/aquery.html
@@ -93,7 +93,7 @@
# Get the action graph generated while building all dependencies of //src/target_a
# whose inputs filenames match the regex ".*cpp".
-$ bazel aquery 'inputs(".*cpp, deps(//src/target_a))'
+$ bazel aquery 'inputs(".*cpp", deps(//src/target_a))'
</pre>
<h2 id='functions'>Aquery Functions</h2>