Skip to content

Commit

Permalink
Fix typo (#1395)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: John Fairhurst <johnfairh@gmail.com>
  • Loading branch information
scosman and johnfairh authored Jul 13, 2024
1 parent bb87b03 commit fd0b539
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion spec/integration_specs

0 comments on commit fd0b539

Please sign in to comment.