aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master
diff options
context:
space:
mode:
authorGravatar Steren <steren.giannini@gmail.com>2017-01-24 10:01:42 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2017-01-24 10:48:30 +0000
commitdf6945f02e81969bfadbb878c14da9432a6b98f8 (patch)
tree0ac8e483708eb25c55cbce668e1758da468dfca8 /site/versions/master
parent697db16687c0d62f1f26859dd34a02848709788e (diff)
Doc: fix typo
Closes #2401. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2401 PiperOrigin-RevId: 145391870 MOS_MIGRATED_REVID=145391870
Diffstat (limited to 'site/versions/master')
-rw-r--r--site/versions/master/docs/external.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/versions/master/docs/external.md b/site/versions/master/docs/external.md
index ea487510ec..654a84865a 100644
--- a/site/versions/master/docs/external.md
+++ b/site/versions/master/docs/external.md
@@ -112,7 +112,7 @@ maven_jar(
This indicates that `org.springframework:spring:2.5.6`, `javax.mail:mail:1.4`,
`httpunit:httpunit:1.6`, `org.springframework:spring-support:2.0.2`, and
`org.slf4j:nlog4j:1.2.24` all depend on javax.activation. However, two of these
-libraries wanted version 1.1 and three of them wanted 1.0.2. The `WORkSPACE`
+libraries wanted version 1.1 and three of them wanted 1.0.2. The `WORKSPACE`
file is using version 1.1, but that might not be the right version to use.
You may also want to break `transitive-deps` into smaller targets, as it is