mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
fix[openapi]: Exapnd to Expand
This commit is contained in:
parent
a8b62804b0
commit
80c1b4e04e
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ function initOpenapi( update, attrs ){
|
|||
'</head>' +
|
||||
'<body>' +
|
||||
'<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>' +
|
||||
'<script>' +
|
||||
'function relearn_expand_all(){' +
|
||||
|
|
Loading…
Reference in a new issue