Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan <vanillajonathan@users.noreply.github.com>2020-05-23 18:30:03 +0300
committerMark Otto <otto@github.com>2020-06-15 07:22:35 +0300
commit1b2ea5efb1ca3cea21776bc9992a79aee47fba1a (patch)
tree80c42fd6976da41fb79e1b57ee15849f178245ff
parent7e28764e67c7873bc1de043cda4e412d85571d84 (diff)
Update index.html
Hyphen to minus for amount. Hyphen to dash for ranges.
-rw-r--r--site/content/docs/5.0/examples/checkout/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.0/examples/checkout/index.html b/site/content/docs/5.0/examples/checkout/index.html
index 82079d19a1..b7794aedc2 100644
--- a/site/content/docs/5.0/examples/checkout/index.html
+++ b/site/content/docs/5.0/examples/checkout/index.html
@@ -48,7 +48,7 @@ body_class: "bg-light"
<h6 class="my-0">Promo code</h6>
<small>EXAMPLECODE</small>
</div>
- <span class="text-success">-$5</span>
+ <span class="text-success">−$5</span>
</li>
<li class="list-group-item d-flex justify-content-between">
<span>Total (USD)</span>
@@ -220,7 +220,7 @@ body_class: "bg-light"
</div>
<footer class="my-5 pt-5 text-muted text-center text-small">
- <p class="mb-1">&copy; 2017-{{< year >}} Company Name</p>
+ <p class="mb-1">&copy; 2017–{{< year >}} Company Name</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Privacy</a></li>
<li class="list-inline-item"><a href="#">Terms</a></li>