Skip to content

Commit fde6536

Browse files
authored
Fix typo in book
1 parent 8b5000e commit fde6536

File tree

1 file changed

+1
-1
lines changed
  • docs/book/src/cronjob-tutorial

1 file changed

+1
-1
lines changed

docs/book/src/cronjob-tutorial/gvks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ the data in fields, or in annotations). This means that using an older
2121
API version won't cause newer data to be lost or corrupted. See the
2222
[Kubernetes API guidelines](../TODO.md) for more information.
2323

24-
You'll also hear mention of *resources* on occaison. A resource is simply
24+
You'll also hear mention of *resources* on occasion. A resource is simply
2525
a use of a Kind in the API. Often, there's a one-to-one mapping between
2626
Kinds and resources. For instance, the `pods` resource corresponds to the
2727
`Pod` Kind. However, sometimes, the same Kind may be returned by multiple

0 commit comments

Comments
 (0)