From a24a4bb2cc82edfc5f9785ccfb99795127b39592 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Tue, 4 Nov 2025 01:12:15 +0000 Subject: [PATCH] Fix typos Signed-off-by: Mathieu Benoit --- content/en/examples/_index.md | 8 ++++---- content/en/examples/patch-templates/_index.md | 2 +- content/en/examples/resource-provisioners/_index.md | 2 +- content/en/examples/score/_index.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/en/examples/_index.md b/content/en/examples/_index.md index c19d0fca..4860f503 100644 --- a/content/en/examples/_index.md +++ b/content/en/examples/_index.md @@ -18,19 +18,19 @@ Explore a curated set of example files covering a range of entities for working {{< grid columns="3">}} {{< multi-link-card title="Score specification and resources" >}} -{{< link-card-item text="Find some Score files examples illustrating how to use the Score specification as well as how to use the resources provisioners with both `score-compose` and `score-k8s`." url="/examples/score" linkLabel="See examples" >}} +{{< link-card-item text="Find Score files examples illustrating how to use the Score specification as well as the resources provisioners with either `score-compose` or `score-k8s`." url="/examples/score" linkLabel="See examples" >}} {{< /multi-link-card >}} {{< multi-link-card title="Resources provisioners" >}} -{{< link-card-item text="Find some Score files examples illustrating how to use the resources provisioners with both `score-compose` and `score-k8s`." url="/examples/resource-provisioners" linkLabel="See examples" >}} +{{< link-card-item text="Find examples of resources provisioners with either `score-compose` or `score-k8s`." url="/examples/resource-provisioners" linkLabel="See examples" >}} {{< /multi-link-card >}} {{< multi-link-card title="Patch templates" >}} -{{< link-card-item text="Find some examples illustrating how to use the patch templates with both `score-compose` and `score-k8s`." url="/examples/patch-templates" linkLabel="See examples" >}} +{{< link-card-item text="Find examples of patch templates with either `score-compose` or `score-k8s`." url="/examples/patch-templates" linkLabel="See examples" >}} {{< /multi-link-card >}} {{< multi-link-card title="More examples" >}} -{{< link-card-item text="Find more advanced examples illustrating how to deploy a NodeJS application talking to a PostgreSQL database, how to deploy Backstage and Nginx, how to use Dapr with your workloads, etc. with both `score-compose` and `score-k8s`." url="/docs/examples" linkLabel="See examples" >}} +{{< link-card-item text="Find more advanced examples illustrating how to deploy a NodeJS application talking to a PostgreSQL database, how to deploy Backstage or Nginx apps, how to use Dapr with your workloads, etc. with either `score-compose` or `score-k8s`." url="/docs/examples" linkLabel="See examples" >}} {{< /multi-link-card >}} {{< /grid >}} diff --git a/content/en/examples/patch-templates/_index.md b/content/en/examples/patch-templates/_index.md index 21ef0254..7e879910 100644 --- a/content/en/examples/patch-templates/_index.md +++ b/content/en/examples/patch-templates/_index.md @@ -4,6 +4,6 @@ draft: false type: examples --- -The examples below illustrate how to use patch templates with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/patch-templates/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/patch-templates/). +The examples below show some patch templates with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/patch-templates/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/patch-templates/). --- diff --git a/content/en/examples/resource-provisioners/_index.md b/content/en/examples/resource-provisioners/_index.md index ac4b6e62..bdb4d1b1 100644 --- a/content/en/examples/resource-provisioners/_index.md +++ b/content/en/examples/resource-provisioners/_index.md @@ -4,6 +4,6 @@ draft: false type: examples --- -The examples below illustrate how to use resources provisioners for each Score implementation. +The examples below show some resources provisioners with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/resources-provisioners/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/resources-provisioners/). --- diff --git a/content/en/examples/score/_index.md b/content/en/examples/score/_index.md index fe4dcec4..4117e270 100644 --- a/content/en/examples/score/_index.md +++ b/content/en/examples/score/_index.md @@ -4,6 +4,6 @@ draft: false type: examples --- -The examples below illustrate how to use [Score]({{< relref "/docs" >}}) files for your workload specification. +The examples below illustrate how to use [Score]({{< relref "/docs" >}}) files for your workload specification with either [`score-compose`](https://docs.score.dev/docs/score-implementation/score-compose/) or [`score-k8s`](https://docs.score.dev/docs/score-implementation/score-k8s/). ---