Skip to content

Commit 8dbd70f

Browse files
committed
chore: fix typo
1 parent aa51a92 commit 8dbd70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools-proxy-support/src/system-ca.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export function parseCACerts(
7070
} catch (err: unknown) {
7171
// Most definitely should happen never or extremely rarely, in case it
7272
// 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
73+
// connection will most definitely fail and we'll see it in the logs. For
7474
// that reason we're just logging, but not throwing an error here
7575
messages.push(
7676
`Unable to parse certificate: ${

0 commit comments

Comments
 (0)