fix[openapi]: Exapnd to Expand

This commit is contained in:
Alex Norell 2023-07-18 19:25:10 -07:00 committed by Sören Weber
parent a8b62804b0
commit 80c1b4e04e

View file

@ -350,7 +350,7 @@ function initOpenapi( update, attrs ){
'</head>' + '</head>' +
'<body>' + '<body>' +
'<a class="relearn-expander" href="" onclick="return relearn_collapse_all()">Collapse all</a>' + '<a class="relearn-expander" href="" onclick="return relearn_collapse_all()">Collapse all</a>' +
'<a class="relearn-expander" href="" onclick="return relearn_expand_all()">Exapnd all</a>' + '<a class="relearn-expander" href="" onclick="return relearn_expand_all()">Expand all</a>' +
'<div id="relearn-swagger-ui"></div>' + '<div id="relearn-swagger-ui"></div>' +
'<script>' + '<script>' +
'function relearn_expand_all(){' + 'function relearn_expand_all(){' +