diff --git a/packages/safe-chain/src/registryProxy/certBundle.js b/packages/safe-chain/src/registryProxy/certBundle.js index a7d1096..19dc800 100644 --- a/packages/safe-chain/src/registryProxy/certBundle.js +++ b/packages/safe-chain/src/registryProxy/certBundle.js @@ -70,7 +70,7 @@ export function getCombinedCaBundlePath() { const safeChainPem = fs.readFileSync(safeChainPath, "utf8"); if (isParsable(safeChainPem)) parts.push(safeChainPem.trim()); } catch { - // Ignore if Safe Chain CA. is not available + // Ignore if Safe Chain CA is not available } // 2) certifi (Mozilla CA bundle for all public HTTPS)