aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan <[email protected]>2020-05-23 17:30:03 +0200
committerMark Otto <[email protected]>2020-06-14 21:22:35 -0700
commit1b2ea5efb1ca3cea21776bc9992a79aee47fba1a (patch)
tree80c42fd6976da41fb79e1b57ee15849f178245ff
parent7e28764e67c7873bc1de043cda4e412d85571d84 (diff)
downloadbootstrap-1b2ea5efb1ca3cea21776bc9992a79aee47fba1a.tar.xz
bootstrap-1b2ea5efb1ca3cea21776bc9992a79aee47fba1a.zip
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 82079d19a..b7794aedc 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>