aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_rules/closure/README.md
diff options
context:
space:
mode:
authorGravatar Kamil Jiwa <kjiwa@google.com>2015-07-12 21:43:44 +0000
committerGravatar Florian Weikert <fwe@google.com>2015-07-13 12:09:04 +0000
commit0959c232788105f12c4975ddb694c11379cd2aab (patch)
tree2dfe2a62abdf84b5f90a7923e26e3b85ea886216 /tools/build_rules/closure/README.md
parenta2ec90dd5e434cb87fb833ab3f19036ca57b039e (diff)
Rename the "unobfuscated" compilation level to "whitespace_only" to match names used with Closure Compiler
-- MOS_MIGRATED_REVID=98076079
Diffstat (limited to 'tools/build_rules/closure/README.md')
-rw-r--r--tools/build_rules/closure/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_rules/closure/README.md b/tools/build_rules/closure/README.md
index a47ac41995..43940d83c1 100644
--- a/tools/build_rules/closure/README.md
+++ b/tools/build_rules/closure/README.md
@@ -120,7 +120,7 @@ closure_template_library(
## Known Issues
The version of the Closure Templates compiler that is used will emit warnings
-about an invalid JSDOc tag (@notypecheck) and about a missing enum value. These
+about an invalid JSDoc tag (@notypecheck) and about a missing enum value. These
issues have been fixed in the source, but are not yet available as a
downloadable archive. These warnings are safe to ignore.