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

Unnecessary spaces between words #35379

Open
1 task done
akordowski opened this issue Nov 21, 2024 · 2 comments
Open
1 task done

Unnecessary spaces between words #35379

akordowski opened this issue Nov 21, 2024 · 2 comments
Labels
content This issue or pull request belongs to the Docs Content team triage Do not begin working on this issue until triaged by the team

Comments

@akordowski
Copy link
Contributor

akordowski commented Nov 21, 2024

Code of Conduct

What article on docs.github.com is affected?

Multiple articles.

What part(s) of the article would you like to see updated?

There are multiple occurrences where between words are unnecessary spaces. Although they are barely visible, they are still rendered.

Additional information

No response

@akordowski akordowski added the content This issue or pull request belongs to the Docs Content team label Nov 21, 2024
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Nov 21, 2024
@akordowski
Copy link
Contributor Author

Hi @nguyenalex836!

According to the PRs I can not edit following files, but they contain unnecessary spaces between words. Maybe the team could fix it 😉

  • content/code-security/code-scanning/managing-code-scanning-alerts/responsible-use-autofix-code-scanning.md
  • content/support/learning-about-github-support/about-copilot-in-github-support.md
  • data/reusables/rai/copilot-dotcom-feedback-collection.md
  • data/reusables/rai/copilot/about-copilot-chat-in-mobile.md

This is the RegEx I used for finding the occurrences. I hope it help.

[^\s]([ ]{2,})[^\s]

@nguyenalex836
Copy link
Contributor

@akordowski Thank you so much for including your regex! ✨ I'll file an issue internally for these as well 💛

Currently reviewing your linked PRs - stay tuned!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content This issue or pull request belongs to the Docs Content team triage Do not begin working on this issue until triaged by the team
Projects
None yet
Development

No branches or pull requests

2 participants