Skip to content

Commit

Permalink
Merge pull request #780 from sethp-nr/fix/template-misspelling
Browse files Browse the repository at this point in the history
fix: additonal->additional
  • Loading branch information
k8s-ci-robot authored Jun 12, 2019
2 parents a595dc3 + 3b5dff5 commit 8270cb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/scaffold/v2/typestest.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ var _ = Describe("{{ .Resource.Kind }}", func() {
// Add any teardown steps that needs to be executed after each test
})
// Add Tests for OpenAPI validation (or additonal CRD features) specified in
// Add Tests for OpenAPI validation (or additional CRD features) specified in
// your API definition.
// Avoid adding tests for vanilla CRUD operations because they would
// test Kubernetes API server, which isn't the goal here.
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v2/api/v1/captain_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var _ = Describe("Captain", func() {
// Add any teardown steps that needs to be executed after each test
})

// Add Tests for OpenAPI validation (or additonal CRD features) specified in
// Add Tests for OpenAPI validation (or additional CRD features) specified in
// your API definition.
// Avoid adding tests for vanilla CRUD operations because they would
// test Kubernetes API server, which isn't the goal here.
Expand Down
2 changes: 1 addition & 1 deletion testdata/project-v2/api/v1/firstmate_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var _ = Describe("FirstMate", func() {
// Add any teardown steps that needs to be executed after each test
})

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

0 comments on commit 8270cb0

Please sign in to comment.