Skip to content

Commit a093f04

Browse files
authored
Merge pull request #143 from mathisfoxius/fix-typo-tls-failure-details-pane
Fix typo in TLS failure details pane
2 parents 17af2f3 + e193b5a commit a093f04

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)