Skip to content

Commit

Permalink
spelling: workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Sep 27, 2023
1 parent d8969a7 commit 5e0b991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data-capture/scripts/navigation-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ revealParents = (part) => {
};

/*
This is a work-around for safari being IE of our times.
This is a workaround for safari being IE of our times.
It doesn't fire a DOMContentLoaded, presumably because eventListener is added after it wants to do it
*/
if (document.readyState == 'loading') {
Expand Down
2 changes: 1 addition & 1 deletion docs/engine/scripts/navigation-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ revealParents = (part) => {
};

/*
This is a work-around for safari being IE of our times.
This is a workaround for safari being IE of our times.
It doesn't fire a DOMContentLoaded, presumably because eventListener is added after it wants to do it
*/
if (document.readyState == 'loading') {
Expand Down
2 changes: 1 addition & 1 deletion docs/workflow/scripts/navigation-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ revealParents = (part) => {
};

/*
This is a work-around for safari being IE of our times.
This is a workaround for safari being IE of our times.
It doesn't fire a DOMContentLoaded, presumably because eventListener is added after it wants to do it
*/
if (document.readyState == 'loading') {
Expand Down

0 comments on commit 5e0b991

Please sign in to comment.