From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 15:48:15 +0800
Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改

---
 PAMapp/node_modules/@jest/transform/build/types.d.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/PAMapp/node_modules/@jest/transform/build/types.d.ts b/PAMapp/node_modules/@jest/transform/build/types.d.ts
index bbc70a7..038bf9d 100644
--- a/PAMapp/node_modules/@jest/transform/build/types.d.ts
+++ b/PAMapp/node_modules/@jest/transform/build/types.d.ts
@@ -45,7 +45,7 @@
 }
 export interface SyncTransformer<OptionType = unknown> {
     /**
-     * Indicates if the transformer is capabale of instrumenting the code for code coverage.
+     * Indicates if the transformer is capable of instrumenting the code for code coverage.
      *
      * If V8 coverage is _not_ active, and this is `true`, Jest will assume the code is instrumented.
      * If V8 coverage is _not_ active, and this is `false`. Jest will instrument the code returned by this transformer using Babel.
@@ -59,7 +59,7 @@
 }
 export interface AsyncTransformer<OptionType = unknown> {
     /**
-     * Indicates if the transformer is capabale of instrumenting the code for code coverage.
+     * Indicates if the transformer is capable of instrumenting the code for code coverage.
      *
      * If V8 coverage is _not_ active, and this is `true`, Jest will assume the code is instrumented.
      * If V8 coverage is _not_ active, and this is `false`. Jest will instrument the code returned by this transformer using Babel.

--
Gitblit v1.8.0