We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97ab32 commit 10cbe40Copy full SHA for 10cbe40
README.md
@@ -4,7 +4,7 @@ YUI Compressor - The Yahoo! JavaScript and CSS Compressor
4
The YUI Compressor is a JavaScript compressor which, in addition to removing
5
comments and white-spaces, obfuscates local variables using the smallest
6
possible variable name. This obfuscation is safe, even when using constructs
7
-such as 'eval' or 'with' (although the compression is not optimal is those
+such as 'eval' or 'with' (although the compression is not optimal in those
8
cases) Compared to jsmin, the average savings is around 20%.
9
10
The YUI Compressor is also able to safely compress CSS files. The decision
0 commit comments