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

fix: Correct Lightning spelling #266

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion _includes/lightning.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3 class="uk-card-title uk-margin">Send an on-chain Transaction</h3>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium">
<span class="uk-badge">3</span>
<h3 class="uk-card-title uk-margin">Start using Lightning</h3>
<p>Once you send your transaction, it will <strong>require 3 confirmations</strong> before your balance appears on your Lightning wallet. Welcome to Lighting.</p>
<p>Once you send your transaction, it will <strong>require 3 confirmations</strong> before your balance appears on your Lightning wallet. Welcome to Lightning.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _site/lightning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h3 class="uk-card-title uk-margin">Send an on-chain Transaction</h3>
<div class="uk-card uk-card-hover uk-card-body border-radius-medium">
<span class="uk-badge">3</span>
<h3 class="uk-card-title uk-margin">Start using Lightning</h3>
<p>Once you send your transaction, it will <strong>require 3 confirmations</strong> before your balance appears on your Lightning wallet. Welcome to Lighting.</p>
<p>Once you send your transaction, it will <strong>require 3 confirmations</strong> before your balance appears on your Lightning wallet. Welcome to Lightning.</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _site/oldsite-backup/lightning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h5>Send an on-chain Transaction</h5>
<div class="row align-items-center justify-content-end how-it-works">
<div class="col-6 text-right">
<h5>Start using Lightning</h5>
<p>Once you send your transaction, it will require 3 confirmations before your funds appear on your Lightning wallet. Once it is done, you are welcome to the Lighting experience.</p>
<p>Once you send your transaction, it will require 3 confirmations before your funds appear on your Lightning wallet. Once it is done, you are welcome to the Lightning experience.</p>
</div>
<div class="col-2 text-center last">
<div class="circle">4</div>
Expand Down
2 changes: 1 addition & 1 deletion oldsite-backup/lightning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ <h5>Send an on-chain Transaction</h5>
<div class="row align-items-center justify-content-end how-it-works">
<div class="col-6 text-right">
<h5>Start using Lightning</h5>
<p>Once you send your transaction, it will require 3 confirmations before your funds appear on your Lightning wallet. Once it is done, you are welcome to the Lighting experience.</p>
<p>Once you send your transaction, it will require 3 confirmations before your funds appear on your Lightning wallet. Once it is done, you are welcome to the Lightning experience.</p>
</div>
<div class="col-2 text-center last">
<div class="circle">4</div>
Expand Down