diff --git a/blue_modules/notifications.js b/blue_modules/notifications.js index 8a77a3d02..c8c5118c4 100644 --- a/blue_modules/notifications.js +++ b/blue_modules/notifications.js @@ -259,7 +259,7 @@ function Notifications(props) { }; Notifications.saveUri = async function (uri) { - baseURI = uri || groundControlUri; // settign the url to use currently. if not set - use default + baseURI = uri || groundControlUri; // setting the url to use currently. if not set - use default return AsyncStorage.setItem(GROUNDCONTROL_BASE_URI, uri); }; diff --git a/helpers/select-wallet.ts b/helpers/select-wallet.ts index 8bdb53e82..b8ae24b5d 100644 --- a/helpers/select-wallet.ts +++ b/helpers/select-wallet.ts @@ -4,7 +4,7 @@ * * @param navigateFunc {function} Function that does navigatino should be passed from outside * @param currentScreenName {string} Current screen name, so we know to what screen to get back to - * @param chainType {string} One of `Chain.` constant to be used to filter wallet pannels to show + * @param chainType {string} One of `Chain.` constant to be used to filter wallet panels to show * @param availableWallets {array} Wallets to be present in selector. If set, overrides `chainType` * @param noWalletExplanationText {string} Text that is displayed when there are no wallets to select from *