Skip to content

Commit 42e1e18

Browse files
authored
fix .md / .mdx files (#1904)
* Update _eth_getfilterchanges-returns.mdx * Update quickstart.md * Update quickstart.md * Update _eth_getlogs-returns.mdx
1 parent b1cbc40 commit 42e1e18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

services/reference/_partials/_eth_getlogs-returns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`log objects`: An array of log objects, or an empty array if nothing has changed since last poll. Log objects contain the following keys and their values:
1+
`log objects`: An array of log objects, or an empty array if nothing has changed since the last poll. Log objects contain the following keys and their values:
22

33
- `removed`: (boolean) `true` when the log was removed, due to a chain reorganization. `false` if it's a valid log.
44
- `logIndex`: Hexadecimal of the log index position in the block. `Null` when it is a pending log.

services/reference/_partials/filter-methods/_eth_getfilterchanges-returns.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- `log object array`: (array) An array of log objects, or an empty array if nothing has changed since last poll.
1+
- `log object array`: (array) An array of log objects, or an empty array if nothing has changed since the last poll.
22
- For filters created with [`eth_newBlockFilter`](../../ethereum/json-rpc-methods/filter-methods/eth_newblockfilter.mdx) the return values are block hashes (32 bytes), for example, `["0x3454645634534..."]`.
33
- For filters created with [`eth_newFilter`](../../ethereum/json-rpc-methods/filter-methods/eth_newfilter.mdx) the logs are objects with the following params:
44
- `address`: 20 bytes. Address from which this log originated.

services/reference/linea/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
3636

3737
#### Node Fetch
3838

39-
1. In your project folder, install the `node-fetch` package using npm::
39+
1. In your project folder, install the `node-fetch` package using npm:
4040

4141
```bash
4242
npm i node-fetch

services/reference/scroll/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In these examples, you'll use [npm](https://docs.npmjs.com/downloading-and-insta
5656

5757
#### Node Fetch
5858

59-
1. In your project folder, install the `node-fetch` package using npm::
59+
1. In your project folder, install the `node-fetch` package using npm:
6060

6161
```bash
6262
npm i node-fetch

0 commit comments

Comments
 (0)