Merge pull request #1153 from deining/fix-typos

Fix typos
This commit is contained in:
Nuno Coração 2024-01-07 22:32:28 +00:00 committed by GitHub
commit 08305fe2f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 9 additions and 9 deletions

View file

@ -170,7 +170,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
| `disableTextInHeader` | `false` | Disables text in header, useful for logo based headers. | | `disableTextInHeader` | `false` | Disables text in header, useful for logo based headers. |
| `defaultBackgroundImage` | _Not set_ | Default background image for both `background` homepage layout and `background` hero style | | `defaultBackgroundImage` | _Not set_ | Default background image for both `background` homepage layout and `background` hero style |
| `defaultFeaturedImage` | _Not set_ | Default background image for all `featured` images across articles, will be overridden by a local `featured` image. | | `defaultFeaturedImage` | _Not set_ | Default background image for all `featured` images across articles, will be overridden by a local `featured` image. |
| `highlightCurrentMenuArea` | _Not set_ | Marks menu entries in the main manu when selected | | `highlightCurrentMenuArea` | _Not set_ | Marks menu entries in the main menu when selected |
| `smartTOC` | _Not set_ | Activate smart Table of Contents, items in view will be highlighted. | | `smartTOC` | _Not set_ | Activate smart Table of Contents, items in view will be highlighted. |
| `smartTOCHideUnfocusedChildren` | _Not set_ | When smart Table of Contents is turned on, this will hide deeper levels of the table when they are not in focus. | | `smartTOCHideUnfocusedChildren` | _Not set_ | When smart Table of Contents is turned on, this will hide deeper levels of the table when they are not in focus. |

View file

@ -80,7 +80,7 @@ The articles listed in this section are derived from the `mainSections` setting
## Thumbnails ## Thumbnails
Blowfish was built so it would be easy to add visual support to your articles. If your familiar with Hugo article structure, you just need to place an image file (almost all formats are supported but we recommend `.png` or `.jpg`) that starts with `feature*` inside your article folder. And that's it, Blowfish will then able to both use the image as a thumbnail within your website as well as for <a target="_blank" href="https://oembed.com/">oEmbed</a> cards across social platforms. Blowfish was built so it would be easy to add visual support to your articles. If your familiar with Hugo article structure, you just need to place an image file (almost all formats are supported bue we recommend `.png` or `.jpg`) that starts with `feature*` inside your article folder. And that's it, Blowfish will then able to both use the image as a thumbnail within your website as well as for <a target="_blank" href="https://oembed.com/">oEmbed</a> cards across social platforms.
[Here]({{< ref "thumbnails" >}}) is a guide with more info and a [sample]({{< ref "thumbnail_sample" >}}) if you want to see an example. [Here]({{< ref "thumbnails" >}}) is a guide with more info and a [sample]({{< ref "thumbnail_sample" >}}) if you want to see an example.

View file

@ -355,7 +355,7 @@ Icons can also be used in partials by calling the [icon partial]({{< ref "partia
<br/><br/><br/> <br/><br/><br/>
## Katex ## KaTeX
The `katex` shortcode can be used to add mathematical expressions to article content using the KaTeX package. Refer to the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax. The `katex` shortcode can be used to add mathematical expressions to article content using the KaTeX package. Refer to the online reference of [supported TeX functions](https://katex.org/docs/supported.html) for the available syntax.

View file

@ -76,4 +76,4 @@ The new image resizing features also provide full control over `alt` and `title`
## A whole lot more ## A whole lot more
There's countless other features to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD strucured data which further optimises SEO performance. There's countless other features to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD structured data which further optimises SEO performance.

View file

@ -175,7 +175,7 @@
@media not print { @media not print {
.lh-vars.dark { .lh-vars.dark {
/* Pallete */ /* Palette */
--color-gray-200: var(--color-gray-800); --color-gray-200: var(--color-gray-800);
--color-gray-300: #616161; --color-gray-300: #616161;
--color-gray-400: var(--color-gray-600); --color-gray-400: var(--color-gray-600);
@ -7103,7 +7103,7 @@ Util.UIStrings = {
/** This label is for a checkbox above a table of items loaded by a web page. The checkbox is used to show or hide third-party (or "3rd-party") resources in the table, where "third-party resources" refers to items loaded by a web page from URLs that aren't controlled by the owner of the web page. */ /** This label is for a checkbox above a table of items loaded by a web page. The checkbox is used to show or hide third-party (or "3rd-party") resources in the table, where "third-party resources" refers to items loaded by a web page from URLs that aren't controlled by the owner of the web page. */
thirdPartyResourcesLabel: 'Show 3rd-party resources', thirdPartyResourcesLabel: 'Show 3rd-party resources',
/** This label is for a button that opens a new tab to a webapp called "Treemap", which is a nested visual representation of a heierarchy of data releated to the reports (script bytes and coverage, resource breakdown, etc.) */ /** This label is for a button that opens a new tab to a webapp called "Treemap", which is a nested visual representation of a heierarchy of data related to the reports (script bytes and coverage, resource breakdown, etc.) */
viewTreemapLabel: 'View Treemap', viewTreemapLabel: 'View Treemap',
/** Option in a dropdown menu that opens a small, summary report in a print dialog. */ /** Option in a dropdown menu that opens a small, summary report in a print dialog. */
@ -7776,7 +7776,7 @@ class DetailsRenderer {
* @return {LH.Audit.Details.OpportunityColumnHeading['subItemsHeading']} * @return {LH.Audit.Details.OpportunityColumnHeading['subItemsHeading']}
*/ */
_getCanonicalizedsubItemsHeading(subItemsHeading, parentHeading) { _getCanonicalizedsubItemsHeading(subItemsHeading, parentHeading) {
// Low-friction way to prevent commiting a falsy key (which is never allowed for // Low-friction way to prevent committing a falsy key (which is never allowed for
// a subItemsHeading) from passing in CI. // a subItemsHeading) from passing in CI.
if (!subItemsHeading.key) { if (!subItemsHeading.key) {
// eslint-disable-next-line no-console // eslint-disable-next-line no-console