Skip to content

Commit

Permalink
updates for typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfairh committed Jul 13, 2024
1 parent 73a6ada commit a6edbb8
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
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 document_alamofire/after/docs/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
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 document_moya_podspec/after/docs/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
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 document_realm_objc/after/docs/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
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 document_realm_swift/after/docs/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
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 document_siesta/after/api-docs/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
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 jazzy_multi_modules/after/docs/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
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 misc_jazzy_features/after/docs/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
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 misc_jazzy_objc_features/after/docs/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
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 misc_jazzy_symgraph_features/after/docs/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 a6edbb8

Please sign in to comment.