We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In GoogleChrome/web.dev#8373 (comment) the bot flagged "OCD" in the source text. However, the offending line is this:
thumbnail: image/jL3OLOhcWUQDnR4XjewLBx4e3PC3/dUBhcdiLqE1OCDUV7ZYm.jpg
https://github.com/GoogleChrome/web.dev/blob/e3b960500b31b8b0f0d143e41ff133a022361e28/src/site/content/en/blog/godaddy/index.md?plain=1#L12
Consider checking for boundaries on either side of the bad words to avoid false positives, ie /\bOCD\b/.
/\bOCD\b/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In GoogleChrome/web.dev#8373 (comment) the bot flagged "OCD" in the source text. However, the offending line is this:
https://github.com/GoogleChrome/web.dev/blob/e3b960500b31b8b0f0d143e41ff133a022361e28/src/site/content/en/blog/godaddy/index.md?plain=1#L12
Consider checking for boundaries on either side of the bad words to avoid false positives, ie
/\bOCD\b/
.The text was updated successfully, but these errors were encountered: