Skip to content

Commit

Permalink
Fix typo in TLS failure details pane
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisfoxius committed Jan 7, 2025
1 parent 17af2f3 commit e193b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/view/tls/tls-failure-details-pane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class TlsFailureDetailsPane extends React.Component<{
This means that the client hasn't yet been fully configured
to work with HTTP Toolkit. It has the proxy settings,
but it doesn't trust our certificate authority (CA), so we
can't we can't intercept its HTTPS traffic.
can't intercept its HTTPS traffic.
</p>
: failure.failureCause === 'no-shared-cipher'
? <>
Expand Down

0 comments on commit e193b5a

Please sign in to comment.