Skip to content

Commit fb2a196

Browse files
authored
docs: fix typo in render page (#8638)
1 parent 3f33f60 commit fb2a196

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/content/en/docs/renderers/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ aliases: [/docs/how-tos/renderers, /docs/pipeline-stages/renderers/]
77
no_list: true
88
---
99

10-
When Skaffold renders your application to Kubernetes, it goes throught the following process:
10+
When Skaffold renders your application to Kubernetes, it goes through the following process:
1111

1212
* the Skaffold renderer _renders_ the final Kubernetes manifests: Skaffold replaces untagged image names in the Kubernetes manifests with the final tagged image names.
1313
It also might go through the extra intermediate step of expanding templates (for helm) or calculating overlays (for kustomize).
@@ -28,4 +28,4 @@ a combination of multiple renderers in a single project.
2828

2929
For a detailed discussion on Skaffold configuration, see
3030
[Skaffold Concepts]({{< relref "/docs/design/config.md" >}}) and
31-
[skaffold.yaml References]({{< relref "/docs/references/yaml" >}}).
31+
[skaffold.yaml References]({{< relref "/docs/references/yaml" >}}).

0 commit comments

Comments
 (0)