diff options
author | Evgeniy Filatov <efilatov@geeksforless.net> | 2018-08-23 06:26:30 +0800 |
---|---|---|
committer | Evgeniy Filatov <efilatov@geeksforless.net> | 2018-08-23 06:26:30 +0800 |
commit | 9a80d6e8598850fec00471c6101c194e90c30353 (patch) | |
tree | e5529c5754942b5e185cd89f8314fa6349ca77a9 /app | |
parent | c0b5e8a088b7ed2ac557ad2b6bc6b55d9bae1919 (diff) | |
download | tangerine-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')
-rw-r--r-- | app/scripts/controllers/preferences.js | 2 |
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. |