Skip to content

Commit 0117473

Browse files
Apply suggestions from code review
Co-authored-by: Martin Villumsen <mvil@tv2.dk>
1 parent e0c492f commit 0117473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/creating-gatewayclass-definitions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ function.
8080

8181
Typically templates will result in a single resource, but conditionals
8282
and loops may result in templates rendering to zero or more than one
83-
resource. This is supported, but should be used wit caution.
83+
resource. This is supported but should be used with caution.
8484

8585
Consideration for multi-resource templates:
8686

8787
- Resources should be separated by a line with `---` (like in Helm).
8888

89-
- The template as a whole is single unit in the graph of resources,
89+
- The template as a whole is a single unit in the graph of resources,
9090
i.e. individual resources in a template cannot refer to each other
9191
using the `.Resources` method described below. References across
9292
templates using multiple resources are supported.

0 commit comments

Comments
 (0)