浏览代码

Fixed grammar

sanex3339 5 年之前
父节点
当前提交
6139fabfc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/performance-tests/JavaScriptObfuscatorPerformance.spec.ts

+ 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[] = [];