aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers
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
parentcc7e71488ea9df9246f1bfcf9db9a4695fd515de (diff)
downloadtangerine-wallet-browser-e9ca7199ab9b63ef728fa93f8e98295c3096c553.tar.gz
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')
-rw-r--r--app/scripts/controllers/address-book.js2
-rw-r--r--app/scripts/controllers/currency.js2
-rw-r--r--app/scripts/controllers/preferences.js2
-rw-r--r--app/scripts/controllers/shapeshift.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/scripts/controllers/address-book.js b/app/scripts/controllers/address-book.js
index 62205a430..222910767 100644
--- a/app/scripts/controllers/address-book.js
+++ b/app/scripts/controllers/address-book.js
@@ -10,7 +10,7 @@ class AddressBookController {
* addresses and all currently owned addresses.
*
* @typedef {Object} AddressBookController
- * @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 {array} opts.initState initializes the the state of the AddressBookController. Can contain an
* addressBook property to initialize the addressBook array
* @param {KeyringController} keyringController (Soon to be deprecated) The keyringController used in the current
diff --git a/app/scripts/controllers/currency.js b/app/scripts/controllers/currency.js
index 6b166c151..c23c7f616 100644
--- a/app/scripts/controllers/currency.js
+++ b/app/scripts/controllers/currency.js
@@ -10,7 +10,7 @@ class CurrencyController {
* Controller responsible for managing data associated with the currently selected currency.
*
* @typedef {Object} CurrencyController
- * @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 {array} opts.initState initializes the the state of the CurrencyController. Can contain an
* currentCurrency, conversionRate and conversionDate properties
* @property {string} currentCurrency A 2-4 character shorthand that describes a specific currency, currently
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
diff --git a/app/scripts/controllers/shapeshift.js b/app/scripts/controllers/shapeshift.js
index 10753b722..17994d2db 100644
--- a/app/scripts/controllers/shapeshift.js
+++ b/app/scripts/controllers/shapeshift.js
@@ -11,7 +11,7 @@ class ShapeshiftController {
* that queries a shapeshift.io API for updates to any pending shapeshift transactions
*
* @typedef {Object} ShapeshiftController
- * @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 {array} opts.initState initializes the the state of the ShapeshiftController. Can contain an
* shapeShiftTxList array.
* @property {array} shapeShiftTxList An array of ShapeShiftTx objects