From a3512c53f716cfbfbdd0fe8502db11dd28b3a20a Mon Sep 17 00:00:00 2001 From: memosr Date: Sun, 7 Jun 2026 17:41:57 +0300 Subject: [PATCH] docs(ai-agents): two grammar fixes in plugin examples --- docs/ai-agents/plugins/native/avantis.mdx | 2 +- docs/ai-agents/plugins/native/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ai-agents/plugins/native/avantis.mdx b/docs/ai-agents/plugins/native/avantis.mdx index f43efcf1b..fd7dc5206 100644 --- a/docs/ai-agents/plugins/native/avantis.mdx +++ b/docs/ai-agents/plugins/native/avantis.mdx @@ -28,7 +28,7 @@ Avantis is a perpetual futures DEX on Base mainnet. The plugin reads market data ## Try it ```text Read pairs and PnL (any surface) -What's my Avantis open positions and PnL on Base? +What are my Avantis open positions and PnL on Base? ``` ```text Open long (CLI harness) diff --git a/docs/ai-agents/plugins/native/index.mdx b/docs/ai-agents/plugins/native/index.mdx index 3fc32c3a1..51ae3aff2 100644 --- a/docs/ai-agents/plugins/native/index.mdx +++ b/docs/ai-agents/plugins/native/index.mdx @@ -107,7 +107,7 @@ Most transaction plugins follow the prepare → `send_calls` pattern described i ``` ```text Uniswap - Create a ETH/USDC LP position on Uniswap + Create an ETH/USDC LP position on Uniswap ``` ```text Avantis