fix typo (#1913)
authorAlexis Tyler <xo@wvvw.me>
Thu, 11 May 2017 12:24:33 +0000 (21:54 +0930)
committerAlex Lam S.L <alexlamsl@gmail.com>
Thu, 11 May 2017 12:24:33 +0000 (20:24 +0800)
README.md

index 199989d..f84a448 100644 (file)
--- a/README.md
+++ b/README.md
@@ -182,7 +182,7 @@ CoffeeScript → compiled JS, UglifyJS can generate a map from CoffeeScript →
 compressed JS by mapping every token in the compiled JS to its original
 location.
 
-To use this feature pass `--source-map conetent="/path/to/input/source.map"`
+To use this feature pass `--source-map content="/path/to/input/source.map"`
 or `--source-map content=inline` if the source map is included inline with
 the sources.