docs: fix typos and update https references (#8154)
Co-authored-by: Tim Lai <timothy.lai@smartbear.com>
This commit is contained in:
committed by
GitHub
parent
7e65155a7b
commit
9891d97201
@@ -103,7 +103,7 @@ export default class ObjectModel extends Component {
|
||||
true
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
}
|
||||
{
|
||||
!(properties && properties.size) ? null : properties.entrySeq().filter(
|
||||
@@ -143,7 +143,7 @@ export default class ObjectModel extends Component {
|
||||
}).toArray()
|
||||
}
|
||||
{
|
||||
// empty row befor extensions...
|
||||
// empty row before extensions...
|
||||
!showExtensions ? null : <tr><td> </td></tr>
|
||||
}
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ export function isOAS3(jsSpec) {
|
||||
return false
|
||||
}
|
||||
|
||||
// we gate against `3.1` becasue we want to explicitly opt into supporting it
|
||||
// we gate against `3.1` because we want to explicitly opt into supporting it
|
||||
// at some point in the future -- KS, 7/2018
|
||||
|
||||
// starts with, but is not `3.0.` exactly
|
||||
|
||||
Reference in New Issue
Block a user