Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate words #741

Open
samuel-williams-da opened this issue Jul 4, 2024 · 0 comments
Open

Duplicate words #741

samuel-williams-da opened this issue Jul 4, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@samuel-williams-da
Copy link
Contributor

samuel-williams-da commented Jul 4, 2024

I noticed a few places where we have "the the" in the docs.
I put together a quick regex to find duplicate words (\b([a-zA-Z]+)\s+\1\b) and in fact we have quite a few mistakes like this:

  • the the
  • in in
  • want want
  • to to
  • and and
  • of of

We might just want to find and replace these in the repo.

@yves-da yves-da added the documentation Improvements or additions to documentation label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants