Skip to content

Commit 698ff24

Browse files
authored
Merge pull request #2148 from kwangh/master
📖 Fix typo
2 parents 9f90d1a + 0caa6db commit 698ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/cronjob-tutorial/testdata/project/controllers/cronjob_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Ideally, we should have one `<kind>_conroller_test.go` for each controller scaffolded and called in the `test_suite.go`.
2+
Ideally, we should have one `<kind>_conroller_test.go` for each controller scaffolded and called in the `suite_test.go`.
33
So, let's write our example test for the CronJob controller (`cronjob_controller_test.go.`)
44
*/
55

0 commit comments

Comments
 (0)