Browse Source

Fixed grammar

sanex3339 5 năm trước cách đây
mục cha
commit
6139fabfc4

+ 1 - 1
test/performance-tests/JavaScriptObfuscatorPerformance.spec.ts

@@ -30,7 +30,7 @@ describe('JavaScriptObfuscator performance', function () {
     });
 
     describe('performance: heap usage', () => {
-        it('should keep heap usage without memory leakd', () => {
+        it('should keep heap usage without memory leaks', () => {
             const sourceCode: string = readFileAsString('./test/fixtures/sample.js');
 
             const maxHeapUsed: number[] = [];