We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa51a92 commit 8dbd70fCopy full SHA for 8dbd70f
packages/devtools-proxy-support/src/system-ca.ts
@@ -70,7 +70,7 @@ export function parseCACerts(
70
} catch (err: unknown) {
71
// Most definitely should happen never or extremely rarely, in case it
72
// does, if this cert will affect the TLS connection verification, the
73
- // connection will most definitely fail and we'll se it in the logs. For
+ // connection will most definitely fail and we'll see it in the logs. For
74
// that reason we're just logging, but not throwing an error here
75
messages.push(
76
`Unable to parse certificate: ${
0 commit comments