Skip to content

Commit 74eb284

Browse files
authored
Merge pull request #4847 from camilamacedo86/nit-fix-grammar-comment
🐛 (go/v4) fix: correct grammar in e2e tests comments which clarifies its purpose
2 parents 06a047f + 0ebd37e commit 74eb284

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/book/src/cronjob-tutorial/testdata/project/test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
)
4646

4747
// TestE2E runs the end-to-end (e2e) test suite for the project. These tests execute in an isolated,
48-
// temporary environment to validate project changes with the purposed to be used in CI jobs.
48+
// temporary environment to validate project changes with the purpose of being used in CI jobs.
4949
// The default setup requires Kind, builds/loads the Manager Docker image locally, and installs
5050
// CertManager.
5151
func TestE2E(t *testing.T) {

docs/book/src/getting-started/testdata/project/test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
)
4444

4545
// TestE2E runs the end-to-end (e2e) test suite for the project. These tests execute in an isolated,
46-
// temporary environment to validate project changes with the purposed to be used in CI jobs.
46+
// temporary environment to validate project changes with the purpose of being used in CI jobs.
4747
// The default setup requires Kind, builds/loads the Manager Docker image locally, and installs
4848
// CertManager.
4949
func TestE2E(t *testing.T) {

docs/book/src/multiversion-tutorial/testdata/project/test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var (
4545
)
4646

4747
// TestE2E runs the end-to-end (e2e) test suite for the project. These tests execute in an isolated,
48-
// temporary environment to validate project changes with the purposed to be used in CI jobs.
48+
// temporary environment to validate project changes with the purpose of being used in CI jobs.
4949
// The default setup requires Kind, builds/loads the Manager Docker image locally, and installs
5050
// CertManager.
5151
func TestE2E(t *testing.T) {

pkg/plugins/golang/v4/scaffolds/internal/templates/test/e2e/suite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ var (
7171
)
7272
7373
// TestE2E runs the end-to-end (e2e) test suite for the project. These tests execute in an isolated,
74-
// temporary environment to validate project changes with the purposed to be used in CI jobs.
74+
// temporary environment to validate project changes with the purpose of being used in CI jobs.
7575
// The default setup requires Kind, builds/loads the Manager Docker image locally, and installs
7676
// CertManager.
7777
func TestE2E(t *testing.T) {

testdata/project-v4-multigroup/test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
)
4444

4545
// TestE2E runs the end-to-end (e2e) test suite for the project. These tests execute in an isolated,
46-
// temporary environment to validate project changes with the purposed to be used in CI jobs.
46+
// temporary environment to validate project changes with the purpose of being used in CI jobs.
4747
// The default setup requires Kind, builds/loads the Manager Docker image locally, and installs
4848
// CertManager.
4949
func TestE2E(t *testing.T) {

testdata/project-v4-with-plugins/test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
)
4444

4545
// TestE2E runs the end-to-end (e2e) test suite for the project. These tests execute in an isolated,
46-
// temporary environment to validate project changes with the purposed to be used in CI jobs.
46+
// temporary environment to validate project changes with the purpose of being used in CI jobs.
4747
// The default setup requires Kind, builds/loads the Manager Docker image locally, and installs
4848
// CertManager.
4949
func TestE2E(t *testing.T) {

testdata/project-v4/test/e2e/e2e_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
)
4444

4545
// TestE2E runs the end-to-end (e2e) test suite for the project. These tests execute in an isolated,
46-
// temporary environment to validate project changes with the purposed to be used in CI jobs.
46+
// temporary environment to validate project changes with the purpose of being used in CI jobs.
4747
// The default setup requires Kind, builds/loads the Manager Docker image locally, and installs
4848
// CertManager.
4949
func TestE2E(t *testing.T) {

0 commit comments

Comments
 (0)