commit | 82552dd0a045f859d3083a477c22b3398aff6314 | [log] [tgz] |
---|---|---|
author | Gautam Korlam <gkorlam@uber.com> | Tue Jan 05 22:08:27 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jan 05 22:09:13 2021 -0800 |
tree | c49dcd8195fad9886e5a94d442366889f2fd538e | |
parent | 19fe9f087f1122c986a779b29b1c7832507868ea [diff] |
Fix typo Closes #12775. PiperOrigin-RevId: 350284266
diff --git a/site/docs/configurable-attributes.md b/site/docs/configurable-attributes.md index 08b2be9..f93ddf8 100644 --- a/site/docs/configurable-attributes.md +++ b/site/docs/configurable-attributes.md
@@ -673,7 +673,7 @@ ) ``` -`query` overapproximtes `:my_lib`'s dependencies: +`query` overapproximates `:my_lib`'s dependencies: ```sh $ bazel query 'deps(//myapp:my_lib)'