File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/@magic-sdk/types/src Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export enum MagicOutgoingWindowMessage {
1818 MAGIC_PING = 'MAGIC_PING' ,
1919}
2020
21- /** The shape of responding window message datas from the Magic iframe context. */
21+ /** The shape of responding window message data from the Magic iframe context. */
2222export interface MagicMessageRequest {
2323 msgType : string ;
2424 payload : JsonRpcRequestPayload | JsonRpcRequestPayload [ ] ;
@@ -27,7 +27,7 @@ export interface MagicMessageRequest {
2727 deviceShare ?: string ;
2828}
2929
30- /** The shape of responding window message datas from the Magic iframe context. */
30+ /** The shape of responding window message data from the Magic iframe context. */
3131export interface MagicMessageResponse < ResultType = any > {
3232 msgType : string ;
3333 response : Partial < JsonRpcError > & Partial < JsonRpcResponsePayload < ResultType > > ;
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ export interface LoginWithCredentialConfiguration {
116116export interface EnableMFAConfiguration {
117117 /**
118118 * When `true`, a pre-built modal interface will show to the user, directing
119- * them to enable MFA usign Google Authenticator app.
119+ * them to enable MFA using Google Authenticator app.
120120 *
121121 * When `false`, developers will be able to implement their own custom UI to
122122 * continue the enable MFA flow.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export interface GaslessTransactionRequest {
3434 nonce ?: number ;
3535
3636 /**
37- * The maximum amount of gas to allow this transaction to consime .
37+ * The maximum amount of gas to allow this transaction to consume .
3838 */
3939 gasLimit ?: bigint ;
4040
You can’t perform that action at this time.
0 commit comments