Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ WordPress reCaptcha Integration
===============================


This is the official github repository of the [WP reCaptcha integration plugin](https://wordpress.org/plugins/wp-recaptcha-integration/)
plugin. This repo might contain untested and possibly unstable or insecure code. So use it on your own risk.
This is the official github repository of the [WP reCaptcha integration plugin](https://wordpress.org/plugins/wp-recaptcha-integration/).
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Capitalize "GitHub" per branding guidelines.

The static analysis tool correctly identifies that the official name should use a capital "H". Apply this correction:

-This is the official github repository of the [WP reCaptcha integration plugin](https://wordpress.org/plugins/wp-recaptcha-integration/).
+This is the official GitHub repository of the [WP reCaptcha integration plugin](https://wordpress.org/plugins/wp-recaptcha-integration/).
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
This is the official github repository of the [WP reCaptcha integration plugin](https://wordpress.org/plugins/wp-recaptcha-integration/).
This is the official GitHub repository of the [WP reCaptcha integration plugin](https://wordpress.org/plugins/wp-recaptcha-integration/).
🧰 Tools
🪛 LanguageTool

[uncategorized] ~5-~5: The official name of this software platform is spelled with a capital “H”.
Context: ...================ This is the official github repository of the [WP reCaptcha integra...

(GITHUB)

🤖 Prompt for AI Agents
In README.md around line 5, the repository reference uses "github" in lowercase;
update the text to use the branded capitalization "GitHub" (e.g., change "github
repository" to "GitHub repository") so the official name follows branding
guidelines.

This repo might contain untested and possibly unstable or insecure code. So use it on your own risk.

Features
--------
Expand Down