Skip to content

Commit

Permalink
fix: change the title of "Security Scheme Type" to match "HTTP Author…
Browse files Browse the repository at this point in the history
…ization Scheme" (#1126)
  • Loading branch information
torbenw authored and RomanHotsiy committed Dec 10, 2019
1 parent 7cabd4b commit 289c8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SecuritySchemes/SecuritySchemes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class SecurityDefs extends React.PureComponent<SecurityDefsProps> {
<table className="security-details">
<tbody>
<tr>
<th> Security scheme type: </th>
<th> Security Scheme Type </th>
<td> {AUTH_TYPES[scheme.type] || scheme.type} </td>
</tr>
{scheme.apiKey ? (
Expand Down

0 comments on commit 289c8e6

Please sign in to comment.