aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
authorEvgeniy Filatov <efilatov@geeksforless.net>2018-08-23 06:26:30 +0800
committerEvgeniy Filatov <efilatov@geeksforless.net>2018-08-23 06:26:30 +0800
commit9a80d6e8598850fec00471c6101c194e90c30353 (patch)
treee5529c5754942b5e185cd89f8314fa6349ca77a9 /app/scripts
parentc0b5e8a088b7ed2ac557ad2b6bc6b55d9bae1919 (diff)
downloadtangerine-wallet-browser-9a80d6e8598850fec00471c6101c194e90c30353.tar
tangerine-wallet-browser-9a80d6e8598850fec00471c6101c194e90c30353.tar.gz
tangerine-wallet-browser-9a80d6e8598850fec00471c6101c194e90c30353.tar.bz2
tangerine-wallet-browser-9a80d6e8598850fec00471c6101c194e90c30353.tar.lz
tangerine-wallet-browser-9a80d6e8598850fec00471c6101c194e90c30353.tar.xz
tangerine-wallet-browser-9a80d6e8598850fec00471c6101c194e90c30353.tar.zst
tangerine-wallet-browser-9a80d6e8598850fec00471c6101c194e90c30353.zip
updated docs, small improvement of recent RPC rendering
Diffstat (limited to 'app/scripts')
-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 7456a7a7c..1b85e4fd1 100644
--- a/app/scripts/controllers/preferences.js
+++ b/app/scripts/controllers/preferences.js
@@ -322,7 +322,7 @@ class PreferencesController {
/**
* Returns an updated rpcList based on the passed url and the current list.
- * The returned list will have a max length of 2. If the _url currently exists it the list, it will be moved to the
+ * The returned list will have a max length of 3. If the _url currently exists it the list, it will be moved to the
* end of the list. The current list is modified and returned as a promise.
*
* @param {string} _url The rpc url to add to the frequentRpcList.