aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar andy g scott ? <andyscott@users.noreply.github.com>2018-01-23 09:01:09 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-23 09:02:46 -0800
commit191ccfbd14b7cd60a7941b9c64938686debc5f50 (patch)
tree53bcfb41c6da620834642ef7f6887621b6d185c5 /site
parentd0655f5283f206ad8a54bec0e94195aaa1baac56 (diff)
Fix a really tiny typo
Closes #4476. PiperOrigin-RevId: 182941032
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/repository_rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/repository_rules.md b/site/docs/skylark/repository_rules.md
index e90c65c453..ef19eccbb9 100644
--- a/site/docs/skylark/repository_rules.md
+++ b/site/docs/skylark/repository_rules.md
@@ -8,7 +8,7 @@ title: Repository Rules
announce them.
An [external repository](../external.md) is a rule that can be used only
-in the `WORKSPACE` file and enable non-hermetic operation at the loading phase
+in the `WORKSPACE` file and enables non-hermetic operation at the loading phase
of Bazel. Each external repository rule creates its own workspace, with its
own BUILD files and artifacts. They can be used to depend on third-party
libraries (such as Maven packaged libraries) but also to generate BUILD files