Skip to content

Commit

Permalink
Merge pull request #183 from a6b8/patch-1
Browse files Browse the repository at this point in the history
Remove typos
  • Loading branch information
lautis authored Sep 10, 2021
2 parents 902cc16 + 95df646 commit 145b1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Available options and their defaults are
:indent_start => 0, # Starting indent level
:width => 80, # Specify line width when beautifier is used (only with beautifier)
:preamble => nil, # Preamble for the generated JS file. Can be used to insert any code or comment.
:wrap_iife => false # Wrap IIFEs in parenthesis. Note: this disables the negate_iife compression option.
:shebang => true # Preserve shebang (#!) in preamble (shell scripts)
:wrap_iife => false, # Wrap IIFEs in parenthesis. Note: this disables the negate_iife compression option.
:shebang => true, # Preserve shebang (#!) in preamble (shell scripts)
:quote_style => 0, # Quote style, possible values :auto (default), :single, :double, :original
:keep_quoted_props => false # Keep quotes property names
},
Expand All @@ -93,7 +93,7 @@ Available options and their defaults are
:regex => nil, # A regular expression to filter property names to be mangled
:ignore_quoted => false, # Only mangle unquoted property names
:debug => false, # Mangle names with the original name still present
} # Mangle property names, disabled by default
}, # Mangle property names, disabled by default
:compress => {
:sequences => true, # Allow statements to be joined by commas
:properties => true, # Rewrite property access using the dot notation
Expand Down

0 comments on commit 145b1fd

Please sign in to comment.