diff options
author | Joël Galeran <Jolg42@users.noreply.github.com> | 2018-01-16 03:29:38 +0100 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2018-01-16 10:29:38 +0800 |
commit | 424173d311cd9c35a10a276abdab1de902158ac2 (patch) | |
tree | 9a77e870c788ce4647effd56556a0154b0fd42ed /README.md | |
parent | ec7cd1dcf7c7a3b86288061b61ad72ba081f83bb (diff) | |
download | tracifyjs-424173d311cd9c35a10a276abdab1de902158ac2.tar.gz tracifyjs-424173d311cd9c35a10a276abdab1de902158ac2.zip |
fix typo in README (#2792)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ a double dash to prevent input files being used as option arguments: `debug` Add debug prefix and suffix. `domprops` Mangle property names that overlaps with DOM properties. - `keep_quoted` Only mangle unquoted properies. + `keep_quoted` Only mangle unquoted properties. `regex` Only mangle matched property names. `reserved` List of names that should not be mangled. -b, --beautify [options] Beautify output/specify output options: |