We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6928cf commit 49e0cf7Copy full SHA for 49e0cf7
docs/js_sdk/INTRO.md
@@ -24,7 +24,7 @@ yarn add @loopring-web/loopring-sdk
24
25
## Getting Started
26
27
-### Initalize the APIs
+### Initialize the APIs
28
29
```javascript
30
const userApi: UserAPI = new UserApi(ChainId.GORLI);
@@ -37,7 +37,7 @@ const walletAPI: WalletAPI = new WalletAPI(ChainId.GORLI);
37
38
### Example (Transfer Process)
39
40
-#### 1. Initalize the api
+#### 1. Initialize the api
41
42
43
const api: UserAPI = new UserApi(ChainId.GORLI);
0 commit comments