From 2c45efe40c030fb150e8215a570893911bc31ae6 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:34:59 +0300 Subject: [PATCH] docs: fix minor typos and grammar in user operations guide --- docs/pages/bundler-api/bundler-api-quickstart.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pages/bundler-api/bundler-api-quickstart.mdx b/docs/pages/bundler-api/bundler-api-quickstart.mdx index 5e5ec059c6..cf514c8708 100644 --- a/docs/pages/bundler-api/bundler-api-quickstart.mdx +++ b/docs/pages/bundler-api/bundler-api-quickstart.mdx @@ -1,7 +1,7 @@ --- title: Bundler API Quickstart -description: Learn about the Bundler API and how you can use it work with user operations. -subtitle: Learn about the Bundler API and how you can use it work with user operations. +description: Learn about the Bundler API and how you can use it to work with user operations. +subtitle: Learn about the Bundler API and how you can use it to work with user operations. url: https://docs.alchemy.com/reference/bundler-api-quickstart slug: reference/bundler-api-quickstart --- @@ -10,11 +10,11 @@ slug: reference/bundler-api-quickstart The concept of a Bundler is introduced by [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337), which aims to bring Account Abstraction to EVM chains. With the expectation of an increased adoption of Smart Contract Wallets (SCWs) for their user-friendly experience and flexibility, the Bundler plays a vital role. Essentially, it forwards the user operations to the Entrypoint which are then further forwarded to the smart contract accounts for execution. Our custom built Bundler called Rundler provides high performance and reliability, it's written in Rust and is [completely open source](https://github.com/alchemyplatform/rundler). -To gain deeper insights into this topic, explore our [blog post on Account Abstraction](https://www.alchemy.com//blog/account-abstraction). +To gain deeper insights into this topic, explore our [blog post on Account Abstraction](https://www.alchemy.com/blog/account-abstraction). ## What is the Bundler API? -The Bundler APIs are a collection of [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337#rpc-methods-eth-namespace) compliant JSON-RPC endpoints which makes it possible for users to work with user operations. +The Bundler APIs are a collection of [ERC-4337](https://eips.ethereum.org/EIPS/eip-4337#rpc-methods-eth-namespace) compliant JSON-RPC endpoints which make it possible for users to work with user operations. Please note that using