From 8c4f66733e2c6757a57c2fbcc75bab82d1de839e Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 10 Sep 2021 20:02:58 +0900 Subject: [PATCH] Changes some latin/dummy text to English (#34946) Changes some latin/dummy text to English so spellcheck linter passes --- site/content/docs/5.1/components/list-group.md | 12 ++++++------ site/content/docs/5.1/content/reboot.md | 2 +- site/content/docs/5.1/customize/optimize.md | 2 +- 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 `
    `, and then styled and plac {{< example >}}
      -
    1. Cras justo odio
    2. -
    3. Cras justo odio
    4. -
    5. Cras justo odio
    6. +
    7. A list item
    8. +
    9. A list item
    10. +
    11. A list item
    {{< /example >}} @@ -115,21 +115,21 @@ These work great with custom content as well.
  1. Subheading
    - Cras justo odio + Content for list item
    14
  2. Subheading
    - Cras justo odio + Content for list item
    14
  3. Subheading
    - Cras justo odio + Content for list item
    14
  4. 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 `` element receives basic styling to make it stand out amongst paragraph text.
    - Nulla attr vitae elit libero, a pharetra augue. + The HTML abbreviation element.
    ### 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.