Skip to content

docs(ai-agents): two grammar fixes in plugin examples#1592

Open
memosr wants to merge 1 commit into
base:masterfrom
memosr:fix/plugin-docs-grammar-fixes
Open

docs(ai-agents): two grammar fixes in plugin examples#1592
memosr wants to merge 1 commit into
base:masterfrom
memosr:fix/plugin-docs-grammar-fixes

Conversation

@memosr

@memosr memosr commented Jun 7, 2026

Copy link
Copy Markdown

Summary

Two small grammar errors in example user prompts on the AI agents plugin documentation. Both prompts are shown prominently as "Try it" examples — they're the first interaction a developer has with the plugin docs.

Changes

docs/ai-agents/plugins/native/index.mdx:110

- Create a ETH/USDC LP position on Uniswap
+ Create an ETH/USDC LP position on Uniswap

ETH starts with a vowel sound when read aloud (ee-tee-aitch), so the indefinite article should be an. The same rule that gives us "an FBI agent" or "an MRI scan".

docs/ai-agents/plugins/native/avantis.mdx:31

- What's my Avantis open positions and PnL on Base?
+ What are my Avantis open positions and PnL on Base?

Subject-verb agreement. "positions" is plural, but "What's" expands to "What is" (singular). The sentence is asking about multiple positions, so it needs "What are".

Why this matters

Both fixes touch the "Try it" sections — the example prompts that show users what to type when first exercising a plugin. Grammar errors there are the first impression of doc quality, and these are the kinds of strings users may copy verbatim into their own integrations or screenshots.

Verification

  • ✅ Two files modified, one line each
  • ✅ No other content touched
  • ✅ Both fixes are objectively correct grammar, not style preference

@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

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.

2 participants