We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a108b40 commit a591ae7Copy full SHA for a591ae7
src/templates/endpoint-template.js
@@ -55,7 +55,7 @@ function endpointHeadTemplate(path) {
55
: ''
56
}
57
<div class="only-large-screen" style="min-width:60px; flex:1"></div>
58
- <div class="descr">${path.summary || path.shotSummary} </div>
+ <div class="descr">${path.summary || path.shortSummary} </div>
59
</div>
60
`;
61
0 commit comments