From fd219601e73d98812a0f73296035627f65ca0824 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:11:05 +0800 Subject: [PATCH] Fix typo --- typescript/phoenix-sdk/examples/simpleMarketMaker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/phoenix-sdk/examples/simpleMarketMaker.ts b/typescript/phoenix-sdk/examples/simpleMarketMaker.ts index 5147766..e6e5416 100644 --- a/typescript/phoenix-sdk/examples/simpleMarketMaker.ts +++ b/typescript/phoenix-sdk/examples/simpleMarketMaker.ts @@ -103,7 +103,7 @@ export async function simpleMarketMaker(privateKeyPath: string) { ); // Note we could bundle this with the place order transaction below, but we choose to cancel - // seperately since getting the price could take an non-deterministic amount of time + // separately since getting the price could take an non-deterministic amount of time try { const cancelTransaction = new Transaction().add(cancelAll); const txid = await sendAndConfirmTransaction(