Skip to content

Commit 49e0cf7

Browse files
authored
Minor typos
Fix typos at lines 27 and 40
1 parent e6928cf commit 49e0cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/js_sdk/INTRO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn add @loopring-web/loopring-sdk
2424

2525
## Getting Started
2626

27-
### Initalize the APIs
27+
### Initialize the APIs
2828

2929
```javascript
3030
const userApi: UserAPI = new UserApi(ChainId.GORLI);
@@ -37,7 +37,7 @@ const walletAPI: WalletAPI = new WalletAPI(ChainId.GORLI);
3737

3838
### Example (Transfer Process)
3939

40-
#### 1. Initalize the api
40+
#### 1. Initialize the api
4141

4242
```javascript
4343
const api: UserAPI = new UserApi(ChainId.GORLI);

0 commit comments

Comments
 (0)