[codex] Fix duplicate NGINX Plus wording in Docker docs#2012
Draft
Zhao73 wants to merge 1 commit into
Draft
Conversation
|
🎉 Thank you for your contribution! It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 Open Source Software (OSS) project. Please kindly read the F5 CLA and reply on a new comment with the following text to agree: I have hereby read the F5 CLA and agree to its terms You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
The Docker installation guide had a duplicated product name in the sentence introducing official NGINX Plus images from Release 31. This keeps the documented issue small and preserves the existing Hugo reference while improving readability. Constraint: Issue nginx#2009 specified the exact file and sentence to correct Rejected: Broaden the edit to surrounding Docker registry wording | unnecessary for the documented typo Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep this PR scoped to the duplicate-product-name typo unless maintainers request wider copyedits Tested: git diff --check; verified duplicate phrase is absent with git grep Not-tested: make lint-markdown, because Docker CLI did not respond while the Makefile checked Docker availability
e96b25a to
13162cc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
The sentence currently reads "Since NGINX Plus NGINX Plus...", which makes the Docker install guidance harder to read.
Closes #2009
Validation
Not run