Skip to content

Commit 8270cb0

Browse files
authored
Merge pull request #780 from sethp-nr/fix/template-misspelling
fix: additonal->additional
2 parents a595dc3 + 3b5dff5 commit 8270cb0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/scaffold/v2/typestest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var _ = Describe("{{ .Resource.Kind }}", func() {
8383
// Add any teardown steps that needs to be executed after each test
8484
})
8585
86-
// Add Tests for OpenAPI validation (or additonal CRD features) specified in
86+
// Add Tests for OpenAPI validation (or additional CRD features) specified in
8787
// your API definition.
8888
// Avoid adding tests for vanilla CRUD operations because they would
8989
// test Kubernetes API server, which isn't the goal here.

testdata/project-v2/api/v1/captain_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var _ = Describe("Captain", func() {
4242
// Add any teardown steps that needs to be executed after each test
4343
})
4444

45-
// Add Tests for OpenAPI validation (or additonal CRD features) specified in
45+
// Add Tests for OpenAPI validation (or additional CRD features) specified in
4646
// your API definition.
4747
// Avoid adding tests for vanilla CRUD operations because they would
4848
// test Kubernetes API server, which isn't the goal here.

testdata/project-v2/api/v1/firstmate_types_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var _ = Describe("FirstMate", func() {
4242
// Add any teardown steps that needs to be executed after each test
4343
})
4444

45-
// Add Tests for OpenAPI validation (or additonal CRD features) specified in
45+
// Add Tests for OpenAPI validation (or additional CRD features) specified in
4646
// your API definition.
4747
// Avoid adding tests for vanilla CRUD operations because they would
4848
// test Kubernetes API server, which isn't the goal here.

0 commit comments

Comments
 (0)