Fixed typos

This commit is contained in:
Rich Morgan 2015-05-14 12:39:02 -04:00
parent ba5206c0aa
commit 0f6e2293ee
1 changed files with 4 additions and 3 deletions

View File

@ -15,13 +15,13 @@ New features
Security Security
-------- --------
* Asymetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc * Asymmetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc
* Default SSL connection to Insight and PeerJs servers * Default SSL connection to Insight and PeerJs servers
Code quality Code quality
------------ ------------
* Test coverage from 60.9% to 74% (1) (thanks Ryan for insisting on this) * Test coverage from 60.9% to 74% (1) (thanks Ryan for insisting on this)
* Mayor refactoring of Angular servicies (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, * Mayor refactoring of Angular services (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions,
* Add +30 karma tests for Angular controllers and services * Add +30 karma tests for Angular controllers and services
* Unified js-beautifier format throw all the code * Unified js-beautifier format throw all the code
@ -42,3 +42,4 @@ Please check https://github.com/bitpay/copay/wiki/Copay-Known-issues before usin
(1) not including Karma tests, not included on Coveralls yet. (1) not including Karma tests, not included on Coveralls yet.