Skip to content

Commit b722cec

Browse files
authored
corrections (#1890)
* Update quickstart.md * Update quickstart.md * Update quickstart.md
1 parent c7436f4 commit b722cec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

services/reference/palm/quickstart.md

+1-1
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/starknet/quickstart.md

+1-1
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/zksync/quickstart.md

+1-1
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

0 commit comments

Comments
 (0)