From ad29716ae66d4f45343e2032e10e4395a2caa9e4 Mon Sep 17 00:00:00 2001 From: Leevi Graham Date: Sat, 28 Jun 2025 16:13:58 +1000 Subject: [PATCH 1/2] Update 02-views.md Fix spelling mistake --- src/Web/Documentation/content/main/1-essentials/02-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Documentation/content/main/1-essentials/02-views.md b/src/Web/Documentation/content/main/1-essentials/02-views.md index cf3faa37..2f5c4f88 100644 --- a/src/Web/Documentation/content/main/1-essentials/02-views.md +++ b/src/Web/Documentation/content/main/1-essentials/02-views.md @@ -470,7 +470,7 @@ This component provides the ability to inject any icon from the [Iconify](https: ``` -The first time a specific icon is being rendered, Tempest will query the [Iconify API](https://iconify.design/docs/api/queries.html) to fetch the corresponding SVG tag. The result of this query will be cached indefinitely, so it can be reused at no furthemr cost. +The first time a specific icon is being rendered, Tempest will query the [Iconify API](https://iconify.design/docs/api/queries.html) to fetch the corresponding SVG tag. The result of this query will be cached indefinitely, so it can be reused at no further cost. :::info Iconify has a large collection of icon sets, which you may browse using the [Icônes](https://icones.js.org/) directory. From a3aa74bd1a8192e28f64476a76d2d4ba96ba3fcf Mon Sep 17 00:00:00 2001 From: Leevi Graham Date: Sat, 28 Jun 2025 16:16:39 +1000 Subject: [PATCH 2/2] Update 02-views.md (#1) Fix spelling mistake --- src/Web/Documentation/content/1.x/1-essentials/02-views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Documentation/content/1.x/1-essentials/02-views.md b/src/Web/Documentation/content/1.x/1-essentials/02-views.md index cf3faa37..2f5c4f88 100644 --- a/src/Web/Documentation/content/1.x/1-essentials/02-views.md +++ b/src/Web/Documentation/content/1.x/1-essentials/02-views.md @@ -470,7 +470,7 @@ This component provides the ability to inject any icon from the [Iconify](https: ``` -The first time a specific icon is being rendered, Tempest will query the [Iconify API](https://iconify.design/docs/api/queries.html) to fetch the corresponding SVG tag. The result of this query will be cached indefinitely, so it can be reused at no furthemr cost. +The first time a specific icon is being rendered, Tempest will query the [Iconify API](https://iconify.design/docs/api/queries.html) to fetch the corresponding SVG tag. The result of this query will be cached indefinitely, so it can be reused at no further cost. :::info Iconify has a large collection of icon sets, which you may browse using the [Icônes](https://icones.js.org/) directory.