Skip to content

Commit

Permalink
fix[openapi]: Exapnd to Expand
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnorell authored and McShelby committed Jul 26, 2023
1 parent a8b6280 commit 80c1b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){' +
Expand Down

0 comments on commit 80c1b4e

Please sign in to comment.