diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2017-11-28 10:30:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 10:30:36 +1100 |
commit | 2f410ee66eadcb379d53eef0025773ab7efbf222 (patch) | |
tree | 4693b529db05c3b967a310dfab9fa2988faa3c06 | |
parent | 74ab4cbe90d037604120c93230ac9b0d74a6c7f1 (diff) | |
parent | 20871923323a9be5114f9e030a5bc08b9461aec9 (diff) | |
download | BIP39-2f410ee66eadcb379d53eef0025773ab7efbf222.tar.gz BIP39-2f410ee66eadcb379d53eef0025773ab7efbf222.tar.zst BIP39-2f410ee66eadcb379d53eef0025773ab7efbf222.zip |
Merge pull request #134 from dimitris-t/patch-2
Fixed typos
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index ac1ab48..7f306f4 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -609,7 +609,7 @@ | |||
609 | <div class="row"> | 609 | <div class="row"> |
610 | <div class="col-md-12"> | 610 | <div class="col-md-12"> |
611 | <h2>Derived Addresses</h2> | 611 | <h2>Derived Addresses</h2> |
612 | <p>Note these addreses are derived from the BIP32 Extended Key</p> | 612 | <p>Note these addresses are derived from the BIP32 Extended Key</p> |
613 | </div> | 613 | </div> |
614 | <div class="col-md-12 use-bitpay-addresses-container hidden"> | 614 | <div class="col-md-12 use-bitpay-addresses-container hidden"> |
615 | <div class="checkbox"> | 615 | <div class="checkbox"> |
@@ -709,7 +709,7 @@ | |||
709 | </span> | 709 | </span> |
710 | <span>This means flipping a fair coin, rolling a fair dice, noise measurements etc.</span> | 710 | <span>This means flipping a fair coin, rolling a fair dice, noise measurements etc.</span> |
711 | <span> | 711 | <span> |
712 | Do <strong>NOT</strong> use phrases from books, lyrics from songs, your birthday or steet address, | 712 | Do <strong>NOT</strong> use phrases from books, lyrics from songs, your birthday or street address, |
713 | keyboard mashing, or anything you <i>think</i> is random, because chances are overwhelming it isn't | 713 | keyboard mashing, or anything you <i>think</i> is random, because chances are overwhelming it isn't |
714 | random enough for the needs of this tool. | 714 | random enough for the needs of this tool. |
715 | </span> | 715 | </span> |