Skip to content

Commit e193b5a

Browse files
committed
Fix typo in TLS failure details pane
1 parent 17af2f3 commit e193b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/view/tls/tls-failure-details-pane.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class TlsFailureDetailsPane extends React.Component<{
7676
This means that the client hasn't yet been fully configured
7777
to work with HTTP Toolkit. It has the proxy settings,
7878
but it doesn't trust our certificate authority (CA), so we
79-
can't we can't intercept its HTTPS traffic.
79+
can't intercept its HTTPS traffic.
8080
</p>
8181
: failure.failureCause === 'no-shared-cipher'
8282
? <>

0 commit comments

Comments
 (0)