Skip to content

Commit

Permalink
Merge pull request kubernetes#6018 from xichengliudui/fix181030
Browse files Browse the repository at this point in the history
Change the wrong function name and wrong word
  • Loading branch information
k8s-ci-robot authored Oct 30, 2018
2 parents 100c0a6 + 5d9f389 commit 1e44fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/apireference/build/tabvisibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ $(document).ready(function() {
});
}

function setDefautTab() {
function setDefaultTab() {
$(codeTabs[0]).addClass('tab-selected');
$('.' + codeTabs[0].id).addClass('active');
}

setDefautTab();
});
setDefaultTab();
});

0 comments on commit 1e44fe0

Please sign in to comment.