From df6945f02e81969bfadbb878c14da9432a6b98f8 Mon Sep 17 00:00:00 2001 From: Steren Date: Tue, 24 Jan 2017 10:01:42 +0000 Subject: Doc: fix typo Closes #2401. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/2401 PiperOrigin-RevId: 145391870 MOS_MIGRATED_REVID=145391870 --- site/versions/master/docs/external.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/versions/master') 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 -- cgit v1.2.3