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 810e766 commit 307bdb9Copy full SHA for 307bdb9
templates/index.html
@@ -102,7 +102,7 @@ <h3>What is this?</h3>
102
<div class="column">
103
<h3>So, it is like UglifyJS, Closure Compiler, etc?</h3>
104
<p>Yes and no. While UglifyJS (and others minifiers) does make the output code harder to understand
105
- (compressed and ugly), it can be easily be transformed into something readable using a JS
+ (compressed and ugly), it can be easily transformed into something readable using a JS
106
Beautifier.</p>
107
<p>This tool prevents that by using various transformations and "traps", such as
108
<strong>self-defending</strong> and <strong>debug protection</strong>.</p>
0 commit comments