Skip to content

docs(spec): fix three doubled-article typos in AP2 specification#260

Open
Ectsang wants to merge 2 commits into
google-agentic-commerce:mainfrom
Ectsang:fix/specification-doubled-article-typos
Open

docs(spec): fix three doubled-article typos in AP2 specification#260
Ectsang wants to merge 2 commits into
google-agentic-commerce:mainfrom
Ectsang:fix/specification-doubled-article-typos

Conversation

@Ectsang
Copy link
Copy Markdown

@Ectsang Ectsang commented May 12, 2026

Summary

Three occurrences of a repeated article ("The The" / "the the") in docs/ap2/specification.md:

  • L126: "The The Merchant MUST provide a merchant-signed JWT..."
  • L200: "...verification, the the Shopping Agent receives..."
  • L204: "The The Merchant verifies the Checkout..."

Pure typo fix. No semantic changes.

Changes

  • docs/ap2/specification.md — 3 lines, 3 doubled-article corrections.

Three occurrences of repeated article in the AP2 specification document:

- Line 126: "The The Merchant MUST provide..." -> "The Merchant MUST provide..."
- Line 200: "the the Shopping Agent receives..." -> "the Shopping Agent receives..."
- Line 204: "The The Merchant verifies..." -> "The Merchant verifies..."

Pure typo fix. No semantic changes.
@Ectsang Ectsang requested a review from a team as a code owner May 12, 2026 03:42
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request corrects several grammatical errors in the documentation by removing duplicate words such as "The The" and "the the". The review feedback identifies an additional opportunity to improve consistency by lowercasing the word "verification" in one of the modified sections.

Comment thread docs/ap2/specification.md Outdated
Upon receiving the Checkout and Payment Mandate, the Shopping Agent forwards the
Payment Mandate to the Credential Provider (and possibly the Network) for
Verification. Upon successful verification, the the Shopping Agent receives a
Verification. Upon successful verification, the Shopping Agent receives a
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

low

The word "Verification" at the beginning of this line (which concludes the sentence starting on the previous line) is capitalized, while the subsequent sentence uses "verification" in lowercase. For consistency with the rest of the document and the immediate context, it should be lowercase.

Suggested change
Verification. Upon successful verification, the Shopping Agent receives a
verification. Upon successful verification, the Shopping Agent receives a

The word 'Verification' at line 200 starts a new line but continues
the prior sentence ("...for verification."). Capitalization was a
line-wrap artifact, not a sentence start. Lowercased for consistency
with the rest of the document and the following sentence which uses
lowercase 'verification'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant