Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: Update rpc-observables-properties with fix typo
  • Loading branch information
ltfschoen authored Feb 4, 2019
commit 9b06fba799cb3a9314d76b79b2b0bb12e0ecbd42
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const obs3$ = balanceOf$('0x456');
console.log(obs1$ === obs3$); // false
```

### Underlying API calls are not unnessarily repeated
### Underlying API calls are not unnecessarily repeated

```javascript
const obs1$ = balanceOf$('0x123');
Expand Down