Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Meeseeks committed Mar 7, 2024
1 parent 217f8aa commit d67a141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class CrocPositionView {
context.chain.poolIndex, blockArg)
}

async queryAmbientPositiom (block?: BlockTag) {
async queryAmbientPosition (block?: BlockTag) {
let blockArg = toCallArg(block)
let context = await this.context
return context.query.queryAmbientPosition(this.owner,
Expand Down

0 comments on commit d67a141

Please sign in to comment.