diff options
| author | Jonathan <[email protected]> | 2020-05-23 17:30:03 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-06-14 21:22:35 -0700 |
| commit | 1b2ea5efb1ca3cea21776bc9992a79aee47fba1a (patch) | |
| tree | 80c42fd6976da41fb79e1b57ee15849f178245ff | |
| parent | 7e28764e67c7873bc1de043cda4e412d85571d84 (diff) | |
| download | bootstrap-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.html | 4 |
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">© 2017-{{< year >}} Company Name</p> + <p class="mb-1">© 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> |
