Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Jun 27, 2024
1 parent b76a655 commit 4abeac9
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion services/reference/avalanche-c-chain/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Aval

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Avalanche C-Chain networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Avalanche C-Chain network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/base/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Base

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Base networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Base network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/blast/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Blas

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Blast networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Blast network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/celo/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Celo

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Celo networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Celo network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/ethereum/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Ethe

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Ethereum networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Ethereum network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/linea/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Line

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Linea networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Linea network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/mantle/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Mant

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Mantle networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Mantle network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/optimism/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Opti

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Optimism networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Optimism network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/palm/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Palm

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Palm networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Palm network enabled.

## Make calls

Expand Down
2 changes: 1 addition & 1 deletion services/reference/polygon-pos/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Poly

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Polygon networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Polygon network enabled.

## Make calls

Expand Down
4 changes: 2 additions & 2 deletions services/reference/starknet/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Don't have an Infura account? Sign up for our free plan and start using the Star

## Prerequisites

Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Starknet networked enabled.
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Starknet network enabled.

## Make calls

Expand All @@ -32,7 +32,7 @@ curl https://starknet-mainnet.infura.io/v3/YOUR-API-KEY \

### Node (JavaScript)

In these examples,you'll use [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) as your package manager.
In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) as your package manager.

#### Node Fetch

Expand Down

0 comments on commit 4abeac9

Please sign in to comment.