Skip to content

Commit

Permalink
Grammar fix to remove repeated word in subredditManager.js (#5545)
Browse files Browse the repository at this point in the history
Changes "may take a a few seconds" to "may take a few seconds", removing the repeated "a".
  • Loading branch information
RincewindTVD authored Jan 5, 2025
1 parent 6914d97 commit 569c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/subredditManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ const srList = once(() => {
return element;
}

element.append(string.html`<div>Loading subreddits ... (may take a a few seconds)</div>`);
element.append(string.html`<div>Loading subreddits ... (may take a few seconds)</div>`);

getMySubredditsTable(user).then(table => {
empty(element);
Expand Down

0 comments on commit 569c32b

Please sign in to comment.