From 92bee222027c29027d35b61e284c6dc53333cf9b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 00:06:29 +0000 Subject: [PATCH] docs: fix two minor copy errors (stray space, a/an) --- evm/evm-general.mdx | 2 +- evm/wallet-integrations/pimlico.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/evm/evm-general.mdx b/evm/evm-general.mdx index ffe477f..2ca76ea 100644 --- a/evm/evm-general.mdx +++ b/evm/evm-general.mdx @@ -20,7 +20,7 @@ Here are some key points about the EVM: contracts. 2. **Gas**: Transactions and contract executions on the EVM compatible network consume gas. Gas is a measure of computational work, and users pay for it in - usei on Sei networks . Gas ensures that malicious or inefficient code doesn't + usei on Sei networks. Gas ensures that malicious or inefficient code doesn't overload the network. 3. **Bytecode Execution**: Smart contracts are compiled into bytecode (low-level machine-readable instructions) and deployed to the EVM compatible network. diff --git a/evm/wallet-integrations/pimlico.mdx b/evm/wallet-integrations/pimlico.mdx index e8b4bf0..f690829 100644 --- a/evm/wallet-integrations/pimlico.mdx +++ b/evm/wallet-integrations/pimlico.mdx @@ -16,7 +16,7 @@ To integrate Pimlico into your Sei application, you'll need to install the follo pnpm install permissionless viem dotenv ``` -permissionless.js is a AA SDK that works with any account, paymaster, or bundler implementation - no vendor lock-in. +permissionless.js is an AA SDK that works with any account, paymaster, or bundler implementation - no vendor lock-in. ### Setting up Pimlico Dashboard