Update README.md
authorAustin Brown <thataustin@users.noreply.github.com>
Thu, 27 Mar 2014 06:15:44 +0000 (23:15 -0700)
committerRichard van Velzen <rvanvelzen1@gmail.com>
Sun, 4 Jan 2015 15:01:53 +0000 (16:01 +0100)
otions => options

README.md

index b5b5eec..a04ac4e 100644 (file)
--- 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`.