From 747ab8fecda56d02647c59978debd955b1374838 Mon Sep 17 00:00:00 2001 From: "krby.algo" <19211148+kylebeee@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:48:29 -0800 Subject: [PATCH] Update global.d.ts fixed mispelling `numApplicatons` > `numApplications` --- types/global.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/global.d.ts b/types/global.d.ts index 63977fc48..eef58c590 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -693,7 +693,7 @@ interface AppOnChainTransactionParams extends CommonOnChainTransactionParams { /** The number of assets in the foreign assets array */ numAssets: uint64; /** The number of applications in the foreign applications array */ - numApplicatons: uint64; + numApplications: uint64; /** The number of logs emitted by this application call */ numLogs: uint64; /** The number of pages used by the approval program */