aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Brown <thataustin@users.noreply.github.com>2014-03-26 23:15:44 -0700
committerRichard van Velzen <rvanvelzen1@gmail.com>2015-01-04 16:01:53 +0100
commitaa5dd1535245b3785704b2ac7075c2eb51ff42da (patch)
tree94c9b6ee7aac733951f770c2f2d74c9053fe76eb
parent5bff65c1321994f6e84aa726d68451a086cab937 (diff)
downloadtracifyjs-aa5dd1535245b3785704b2ac7075c2eb51ff42da.tar.gz
tracifyjs-aa5dd1535245b3785704b2ac7075c2eb51ff42da.zip
Update README.md
otions => options
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5b5eecb..a04ac4e4 100644
--- a/README.md
+++ b/README.md
@@ -612,7 +612,7 @@ or, for a shortcut you can do:
var code = compressed_ast.print_to_string(options);
```
-As usual, `options` is optional. The output stream accepts a lot of otions,
+As usual, `options` is optional. The output stream accepts a lot of options,
most of them documented above in section “Beautifier options”. The two
which we care about here are `source_map` and `comments`.