Docs: Apply code fonts for Bazel md files, part 2
PiperOrigin-RevId: 375102294
diff --git a/site/docs/configurable-attributes.md b/site/docs/configurable-attributes.md
index 18091ed..8d3dbe1 100644
--- a/site/docs/configurable-attributes.md
+++ b/site/docs/configurable-attributes.md
@@ -8,7 +8,7 @@
**_Configurable attributes_**, commonly known as [`select()`](
be/functions.html#select), is a Bazel feature that lets users toggle the values
-of BUILD rule attributes at the command line.
+of build rule attributes at the command line.
This can be used, for example, for a multiplatform library that automatically
chooses the appropriate implementation for the architecture, or for a