Skip to content

Commit 8ab4d5a

Browse files
authored
Typo fix Update orca_open_centered_position_with_liquidity.ts (#134)
### Title Typo fix in `orca_open_centered_position_with_liquidity.ts` ### Description This pull request fixes a typo in the `orca_open_centered_position_with_liquidity.ts` file. The word "cuurent" has been corrected to "current." ### Changes - Corrected the typo in the description: "a basis point (bps) offset from the cuurent price of the pool" to "a basis point (bps) offset from the current price of the pool." ### Impact This is a documentation fix and does not affect the functionality of the code.
2 parents 0481aa1 + 52adc3f commit 8ab4d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/orca_open_centered_position_with_liquidity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { TOKEN_2022_PROGRAM_ID } from "@solana/spl-token";
2626
* # Opens a Centered Liquidity Position in an Orca Whirlpool
2727
*
2828
* This function opens a centered liquidity position in a specified Orca Whirlpool. The user defines
29-
* a basis point (bps) offset from the cuurent price of the pool to set the lower and upper bounds of the position.
29+
* a basis point (bps) offset from the current price of the pool to set the lower and upper bounds of the position.
3030
* The user also specifies the token mint and the amount to deposit. The required amount of the other token
3131
* is calculated automatically.
3232
*

0 commit comments

Comments
 (0)