Skip to content

Commit 307bdb9

Browse files
author
sanex3339
committed
Fixed typo
1 parent 810e766 commit 307bdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>What is this?</h3>
102102
<div class="column">
103103
<h3>So, it is like UglifyJS, Closure Compiler, etc?</h3>
104104
<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
105+
(compressed and ugly), it can be easily transformed into something readable using a JS
106106
Beautifier.</p>
107107
<p>This tool prevents that by using various transformations and "traps", such as
108108
<strong>self-defending</strong> and <strong>debug protection</strong>.</p>

0 commit comments

Comments
 (0)