Skip to content

Commit 631e5bf

Browse files
authored
Fix typos and improve grammar in documentation (#1769)
* typos create-api.md * typos _eth_getunclebyblockhashandindex-description.mdx * typos _eth_getunclebyblocknumberandindex-description.mdx * typos authenticate-with-jwt.md
1 parent ac7b9d4 commit 631e5bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

developer-tools/dashboard/get-started/create-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information, see to the [Infura pricing page](https://www.infura.io/pri
2020
Infura allows you to enable multiple network endpoints and expansion APIs for your API key. If calls are
2121
made to a disabled network or service, then all requests to that network or service will fail.
2222

23-
To keep your account secure and cost effective, add only the necessary endpoints, as some have usage
23+
To keep your account secure and cost-effective, add only the necessary endpoints, as some have usage
2424
limits or charges based on request volume.
2525

2626
To create an API key:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Returns information about a uncle of a block given the block hash and the uncle index position.
1+
Returns information about an uncle of a block given the block hash and the uncle index position.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Returns information about a uncle of a block given the block number and the uncle index position.
1+
Returns information about an uncle of a block given the block number and the uncle index position.

services/tutorials/ethereum/authenticate-with-jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Block number: 0x61fc48
255255
:::tip
256256

257257
This script:
258-
1. Generates a JWT with a 1 hour expiry that is only valid on `infura.io`.
258+
1. Generates a JWT with a 1-hour expiry that is only valid on `infura.io`.
259259
2. Applies this JWT to form the header of a `getBlockNumber` call.
260260
3. Submits the API call.
261261

0 commit comments

Comments
 (0)