Skip to content

Commit a591ae7

Browse files
authored
fixed shotSummary -> shortSummary
1 parent a108b40 commit a591ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/endpoint-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function endpointHeadTemplate(path) {
5555
: ''
5656
}
5757
<div class="only-large-screen" style="min-width:60px; flex:1"></div>
58-
<div class="descr">${path.summary || path.shotSummary} </div>
58+
<div class="descr">${path.summary || path.shortSummary} </div>
5959
</div>
6060
`;
6161
}

0 commit comments

Comments
 (0)