Skip to content

Commit 10cbe40

Browse files
authored
Update README.md
changed typo
1 parent d97ab32 commit 10cbe40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ YUI Compressor - The Yahoo! JavaScript and CSS Compressor
44
The YUI Compressor is a JavaScript compressor which, in addition to removing
55
comments and white-spaces, obfuscates local variables using the smallest
66
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
7+
such as 'eval' or 'with' (although the compression is not optimal in those
88
cases) Compared to jsmin, the average savings is around 20%.
99

1010
The YUI Compressor is also able to safely compress CSS files. The decision

0 commit comments

Comments
 (0)