aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/preferences.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-17 07:53:29 +0800
committerDan <danjm.com@gmail.com>2018-04-17 07:53:29 +0800
commite9ca7199ab9b63ef728fa93f8e98295c3096c553 (patch)
tree4c9830b926079e569f92e90b1299ee07457c6c8f /app/scripts/controllers/preferences.js
parentcc7e71488ea9df9246f1bfcf9db9a4695fd515de (diff)
downloadtangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.tar
tangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.tar.gz
tangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.tar.bz2
tangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.tar.lz
tangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.tar.xz
tangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.tar.zst
tangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.zip
Typo fixes, type fixes on the return clauses of the buyEthUrl and getPrefferedLangCode functions.
Diffstat (limited to 'app/scripts/controllers/preferences.js')
-rw-r--r--app/scripts/controllers/preferences.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js
index 92c016309..cf0ca13a8 100644
--- a/app/scripts/controllers/preferences.js
+++ b/app/scripts/controllers/preferences.js
@@ -7,7 +7,7 @@ class PreferencesController {
/**
*
* @typedef {Object} PreferencesController
- * @param {object} opts Overides the defaults for the initial state of this.store
+ * @param {object} opts Overrides the defaults for the initial state of this.store
* @property {object} store The an object containing a users preferences, stored in local storage
* @property {array} store.frequentRpcList A list of custom rpcs to provide the user
* @property {string} store.currentAccountTab Indicates the selected tab in the ui