Change the title of "Security Scheme Type" to match "HTTP Authorization Scheme"

The way "Security Scheme Type" was written did not match the way "HTTP Authorization Scheme" is written in the security details table.
This commit is contained in:
torbenw 2019-12-05 14:45:41 +01:00 committed by GitHub
parent dc5430e53d
commit ae6b8b576a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ? (