Skip to content

Commit

Permalink
Update global.d.ts
Browse files Browse the repository at this point in the history
fixed mispelling `numApplicatons` > `numApplications`
  • Loading branch information
kylebeee authored Dec 16, 2024
1 parent 15256a1 commit 747ab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 747ab8f

Please sign in to comment.