Skip to content

Commit 01c91fb

Browse files
committed
nit: Fix grammar
1 parent f543163 commit 01c91fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solana/ts/lib/ntt.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export namespace NTT {
267267
rateLimit: pdas.outboxRateLimitAccount(),
268268
tokenProgram: args.tokenProgram,
269269
tokenAuthority: pdas.tokenAuthority(),
270-
// NOTE: SPL Multisig token authority is only support for versions >= 3.x.x
270+
// NOTE: SPL Multisig token authority is only supported for versions >= 3.x.x
271271
...(major >= 3 && {
272272
multisigTokenAuthority: args.multisigTokenAuthority ?? null,
273273
}),
@@ -592,7 +592,7 @@ export namespace NTT {
592592
tokenProgram: config.tokenProgram,
593593
custody: await custodyAccountAddress(pdas, config),
594594
},
595-
// NOTE: SPL Multisig token authority is only support for versions >= 3.x.x
595+
// NOTE: SPL Multisig token authority is only supported for versions >= 3.x.x
596596
...(major >= 3 && {
597597
multisigTokenAuthority,
598598
}),

0 commit comments

Comments
 (0)