Small typo in doc
Closes #13234.
PiperOrigin-RevId: 363415018
diff --git a/site/docs/configurable-attributes.md b/site/docs/configurable-attributes.md
index def638f..07b5fb2 100644
--- a/site/docs/configurable-attributes.md
+++ b/site/docs/configurable-attributes.md
@@ -640,7 +640,7 @@
[analysis phase](https://docs.bazel.build/versions/master/glossary.html#analysis-phase)).
So it can't determine which `select()` branches are chosen.
-Bazel [`cquery`](cquery.html) opeates after Bazel's analysis phase, so it has
+Bazel [`cquery`](cquery.html) operates after Bazel's analysis phase, so it has
all this information and can accurately resolve `select()`s.
Consider: