Skip to content

Commit 75646a6

Browse files
📖 fix typo issue into controller test
1 parent e420b3a commit 75646a6

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 `suite_test.go`.
2+
Ideally, we should have one `<kind>_controller_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)