Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 982feed

Browse files
ltfschoenamaury1093
authored andcommitted
docs: Update rpc-observables-properties with fix typo (#147) [ci skip]
1 parent 182c8ac commit 982feed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/light.js/docs/concepts/rpc-observables-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const obs3$ = balanceOf$('0x456');
5555
console.log(obs1$ === obs3$); // false
5656
```
5757

58-
### Underlying API calls are not unnessarily repeated
58+
### Underlying API calls are not unnecessarily repeated
5959

6060
```javascript
6161
const obs1$ = balanceOf$('0x123');

0 commit comments

Comments
 (0)