aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-04-19 02:38:08 +0800
committerDan <danjm.com@gmail.com>2018-04-19 02:38:08 +0800
commit6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7 (patch)
tree35cfc09f4619b7f4ed0d4a134043b033f16734dc /app
parent6da00c4061b4af1bb282c9ad68eaa2deef84093b (diff)
downloadtangerine-wallet-browser-6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7.tar
tangerine-wallet-browser-6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7.tar.gz
tangerine-wallet-browser-6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7.tar.bz2
tangerine-wallet-browser-6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7.tar.lz
tangerine-wallet-browser-6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7.tar.xz
tangerine-wallet-browser-6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7.tar.zst
tangerine-wallet-browser-6d96b1a2ab0ac09ca8e5948ff11d2924faef4cd7.zip
Documentation fix: @constant -> @property
Diffstat (limited to 'app')
-rw-r--r--app/scripts/controllers/shapeshift.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/shapeshift.js b/app/scripts/controllers/shapeshift.js
index 17994d2db..d4e734ee9 100644
--- a/app/scripts/controllers/shapeshift.js
+++ b/app/scripts/controllers/shapeshift.js
@@ -31,7 +31,7 @@ class ShapeshiftController {
* @property {string} depositAddress - An address at which to send a crypto deposit, so that eth can be sent to the
* user's Metamask account
* @property {string} depositType - An abbreviation of the type of crypto currency to be deposited.
- * @constant {string} key - The 'shapeshift' key differentiates this from other types of txs in Metamask
+ * @property {string} key - The 'shapeshift' key differentiates this from other types of txs in Metamask
* @property {number} time - The time at which the tx was created
* @property {object} response - Initiated as an empty object, which will be replaced by a Response object. @see {@link
* https://developer.mozilla.org/en-US/docs/Web/API/Response}