Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos #134

Merged
merged 1 commit into from
Nov 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed typos
addreses -> addresses
steet -> street
  • Loading branch information
dimitris-t committed Nov 24, 2017
commit 20871923323a9be5114f9e030a5bc08b9461aec9
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ <h2>Derivation Path</h2>
<div class="row">
<div class="col-md-12">
<h2>Derived Addresses</h2>
<p>Note these addreses are derived from the BIP32 Extended Key</p>
<p>Note these addresses are derived from the BIP32 Extended Key</p>
</div>
<div class="col-md-12 use-bitpay-addresses-container hidden">
<div class="checkbox">
Expand Down Expand Up @@ -709,7 +709,7 @@ <h3 id="entropy-notes">Entropy</h3>
</span>
<span>This means flipping a fair coin, rolling a fair dice, noise measurements etc.</span>
<span>
Do <strong>NOT</strong> use phrases from books, lyrics from songs, your birthday or steet address,
Do <strong>NOT</strong> use phrases from books, lyrics from songs, your birthday or street address,
keyboard mashing, or anything you <i>think</i> is random, because chances are overwhelming it isn't
random enough for the needs of this tool.
</span>
Expand Down