Skip to content

Commit 89f69cd

Browse files
fix typos
Co-authored-by: Rory Kelly <90672264+mt-rorykelly@users.noreply.github.com>
1 parent 7fd3f27 commit 89f69cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/typings.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface ConfigsOptions extends PrivateConfigsOptions {
3333
email?: string;
3434
/**
3535
* A redirection URL for redirecting a guest back to in the following condition:
36-
* - Guest clicks on `Back to [App Name]`` button in any Moneytree screen.
36+
* - Guest clicks on `Back to [App Name]` button in any Moneytree screen.
3737
* - Guest refuses to give consent to access permission in the consent screen.
3838
* - Guest logs out from Moneytree via an app with this client id
3939
* - Revoke an app's consent from settings screen opened via an app with this client id
@@ -259,7 +259,7 @@ export type InitOptions = Omit<Omit<Omit<AuthorizeOptions, 'forceLogout'>, 'code
259259
mode?: Mode;
260260
/**
261261
* Force Moneytree to load content in this specific locale. A default value will be auto detected based on guest
262-
* langauges configurations and location if available.
262+
* languages configurations and location if available.
263263
* Check this [spec](https://www.w3.org/TR/html401/struct/dirlang.html#h-8.1.1) for more information.
264264
*
265265
* Currently supported values are:`'en'`, `'en-AU'`, `'ja'`.
@@ -352,7 +352,7 @@ export interface TokenInfo {
352352
/** @hidden */
353353
is_mt: boolean;
354354
};
355-
/** User related informatino */
355+
/** User related information */
356356
guest: null | {
357357
email: string;
358358
country: string;

0 commit comments

Comments
 (0)