소스 검색

fix comment

Futa Arai 10 달 전
부모
커밋
8ca7eaaf40
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/pdf-converter/src/service/pdf-convert.ts

+ 1 - 1
apps/pdf-converter/src/service/pdf-convert.ts

@@ -286,7 +286,7 @@ class PdfConvertService implements OnInit {
       maxConcurrency: this.maxConcurrency,
       workerCreationDelay: 10000,
       puppeteerOptions: {
-        // c.f) https://github.com/weseek/growi/pull/10192
+        // ref) https://github.com/weseek/growi/pull/10192
         args: ['--no-sandbox'],
       },
     });