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
path: root/site
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2021-09-10 14:02:58 +0300
committerGitHub <noreply@github.com>2021-09-10 14:02:58 +0300
commit8c4f66733e2c6757a57c2fbcc75bab82d1de839e (patch)
tree8f17d9fdfc93e1d86f735363769bbf14f3a5f31b /site
parent1df098361cac04217d6a464c80e890c4335ecb5c (diff)
Changes some latin/dummy text to English (#34946)
Changes some latin/dummy text to English so spellcheck linter passes
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/components/list-group.md12
-rw-r--r--site/content/docs/5.1/content/reboot.md2
-rw-r--r--site/content/docs/5.1/customize/optimize.md2
3 files changed, 8 insertions, 8 deletions
diff --git a/site/content/docs/5.1/components/list-group.md b/site/content/docs/5.1/components/list-group.md
index c47a05dd36..71e45245c5 100644
--- a/site/content/docs/5.1/components/list-group.md
+++ b/site/content/docs/5.1/components/list-group.md
@@ -102,9 +102,9 @@ Numbers are generated by `counter-reset` on the `<ol>`, and then styled and plac
{{< example >}}
<ol class="list-group list-group-numbered">
- <li class="list-group-item">Cras justo odio</li>
- <li class="list-group-item">Cras justo odio</li>
- <li class="list-group-item">Cras justo odio</li>
+ <li class="list-group-item">A list item</li>
+ <li class="list-group-item">A list item</li>
+ <li class="list-group-item">A list item</li>
</ol>
{{< /example >}}
@@ -115,21 +115,21 @@ These work great with custom content as well.
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">Subheading</div>
- Cras justo odio
+ Content for list item
</div>
<span class="badge bg-primary rounded-pill">14</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">Subheading</div>
- Cras justo odio
+ Content for list item
</div>
<span class="badge bg-primary rounded-pill">14</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-start">
<div class="ms-2 me-auto">
<div class="fw-bold">Subheading</div>
- Cras justo odio
+ Content for list item
</div>
<span class="badge bg-primary rounded-pill">14</span>
</li>
diff --git a/site/content/docs/5.1/content/reboot.md b/site/content/docs/5.1/content/reboot.md
index f726a6635c..63f892de27 100644
--- a/site/content/docs/5.1/content/reboot.md
+++ b/site/content/docs/5.1/content/reboot.md
@@ -433,7 +433,7 @@ The default `margin` on blockquotes is `1em 40px`, so we reset that to `0 0 1rem
The `<abbr>` element receives basic styling to make it stand out amongst paragraph text.
<div class="bd-example">
- Nulla <abbr title="attribute">attr</abbr> vitae elit libero, a pharetra augue.
+ The <abbr title="HyperText Markup Language">HTML</abbr> abbreviation element.
</div>
### Summary
diff --git a/site/content/docs/5.1/customize/optimize.md b/site/content/docs/5.1/customize/optimize.md
index 2fc1bb3fcc..fc61728ce0 100644
--- a/site/content/docs/5.1/customize/optimize.md
+++ b/site/content/docs/5.1/customize/optimize.md
@@ -73,7 +73,7 @@ Whenever possible, be sure to compress all the code you serve to your visitors.
## Non-blocking files
-While minifying and using compression might seem like enough, making your files nonblocking ones is also a big step in making your site well-optimized and fast enough.
+While minifying and using compression might seem like enough, making your files non-blocking ones is also a big step in making your site well-optimized and fast enough.
If you are using a [Lighthouse](https://developers.google.com/web/tools/lighthouse/) plugin in Google Chrome, you may have stumbled over FCP. [The First Contentful Paint](https://web.dev/fcp/) metric measures the time from when the page starts loading to when any part of the page's content is rendered on the screen.