Skip to content

Commit

Permalink
docs: typo in 04-price-oracle.md, requets => requests (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pduhard authored Oct 9, 2024
1 parent c1d9261 commit 5826a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/v3/guides/advanced/04-price-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ The full code to the following code snippets can be found in [`oracle.ts`](https
```typescript
let requests = []
for (let i = 0; i < 10; i++) {
requets.push(poolContract.observations(i))
requests.push(poolContract.observations(i))
}

const results = await Promise.all(requests)
Expand Down

0 comments on commit 5826a49

Please sign in to comment.