Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Jul 11, 2024
1 parent bb87b03 commit d2c635e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/jazzy/themes/apple/assets/js/jazzy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function itemLinkToContent($link) {
return $link.parent().parent().next();
}

// On doc load + hash-change, open any targetted item
// On doc load + hash-change, open any targeted item
function openCurrentItemIfClosed() {
if (window.jazzy.docset) {
return;
Expand Down
2 changes: 1 addition & 1 deletion lib/jazzy/themes/fullwidth/assets/js/jazzy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function itemLinkToContent($link) {
return $link.parent().parent().next();
}

// On doc load + hash-change, open any targetted item
// On doc load + hash-change, open any targeted item
function openCurrentItemIfClosed() {
if (window.jazzy.docset) {
return;
Expand Down
2 changes: 1 addition & 1 deletion lib/jazzy/themes/jony/assets/js/jazzy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function itemLinkToContent($link) {
return $link.parent().parent().next();
}

// On doc load + hash-change, open any targetted item
// On doc load + hash-change, open any targeted item
function openCurrentItemIfClosed() {
if (window.jazzy.docset) {
return;
Expand Down

0 comments on commit d2c635e

Please sign in to comment.