Skip to content

Commit

Permalink
Meta: fix todo comment typos (#7335)
Browse files Browse the repository at this point in the history
  • Loading branch information
growfrow committed Apr 26, 2024
1 parent 1996380 commit 577cebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/github-helpers/selectors.ts
Expand Up @@ -23,7 +23,7 @@ export const standaloneGistLinkInMarkdown_ = [
export const repoUnderlineNavDropdownUl = '.js-responsive-underlinenav action-menu ul';
export const repoUnderlineNavDropdownUl_ = [
// Added via JS :(
// TOOD: Use Puppeteer?
// TODO: Use Puppeteer?
[0, 'https://github.com/refined-github/refined-github'],
[0, 'https://github.com/refined-github/refined-github/releases'],
] satisfies UrlMatch[];
Expand All @@ -32,7 +32,7 @@ export const branchSelector = '[data-hotkey="w"]';
export const branchSelector_ = [
[1, 'https://github.com/refined-github/refined-github'],
// Added via JS :(
// TOOD: Use Puppeteer?
// TODO: Use Puppeteer?
[0, 'https://github.com/refined-github/refined-github/blob/main/readme.md'],
[0, 'https://github.com/refined-github/refined-github/blame/main/readme.md'],
[0, 'https://github.com/refined-github/refined-github/tree/main/source'],
Expand Down

0 comments on commit 577cebf

Please sign in to comment.