Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
bgravenorst committed Oct 23, 2024
1 parent 6c990eb commit 2bdd3a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/developers/guides/linea-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Linea supports the standard Ethereum JSON-RPC API methods, meaning the developer experience is
identical to building on Ethereum itself. There are also
[Linea-specific methods, and method implementations](../reference/api/index.mdx) that differ to Ethereum.
identical to building on Ethereum itself. However, some
[Linea-specific methods, and method implementations](../reference/api/index.mdx) differ to Ethereum.

:::info
View the full list of Linea methods in the
Expand All @@ -25,7 +25,7 @@ following options:
We recommend running [Linea Besu](./run-a-node/linea-besu.mdx) if you want to run a node yourself and interact with the
blockchain.
- **Connect to a private RPC endpoint**: [Connect to a blockchain infrastructure provider](../tooling/node-providers/index.mdx#private-rpc-endpoints)
such as Infura or Alchemy. Many providers offer free tier access.
such as Infura or Alchemy. Multiple providers offer free tier access.
- **Use a public endpoint**: [Public endpoints](../tooling/node-providers/index.mdx#public-rpc-endpoints) are
free to use but are rate limited and not suitable for production environments.

Expand Down

0 comments on commit 2bdd3a0

Please sign in to comment.