Skip to content

Commit 6fed3e9

Browse files
authored
Merge pull request #750 from gkleiman/patch-1
Fix typo in book
2 parents 8b5000e + fde6536 commit 6fed3e9

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

Lines changed: 1 addition & 1 deletion
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)