Skip to content

Commit 7924e6b

Browse files
committed
wrong terminology format
1 parent 024627e commit 7924e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/cronjob-tutorial/testdata/emptyapi.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Next, we get the types corresponding to actual Kinds, `CronJob` and `CronJobList
5454
`TypeMeta` (which describes API version and Kind), and also contains `ObjectMeta`, which holds things
5555
like name, namespace, and labels.
5656
57-
`CronJobList` is simply a container for multiple `CronJobs`. It's the Kind used in bulk operations,
57+
`CronJobList` is simply a container for multiple `CronJob`s. It's the Kind used in bulk operations,
5858
like LIST.
5959
6060
In general, we never modify either of these -- all modifications go in either Spec or Status

0 commit comments

Comments
 (0)