From fde6536fd075d3d01ae5048dfbcafb33114691e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Kleiman?= Date: Thu, 30 May 2019 17:49:43 -0700 Subject: [PATCH] Fix typo in book --- docs/book/src/cronjob-tutorial/gvks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/src/cronjob-tutorial/gvks.md b/docs/book/src/cronjob-tutorial/gvks.md index 18389675172..98c5b887a1c 100644 --- a/docs/book/src/cronjob-tutorial/gvks.md +++ b/docs/book/src/cronjob-tutorial/gvks.md @@ -21,7 +21,7 @@ the data in fields, or in annotations). This means that using an older API version won't cause newer data to be lost or corrupted. See the [Kubernetes API guidelines](../TODO.md) for more information. -You'll also hear mention of *resources* on occaison. A resource is simply +You'll also hear mention of *resources* on occasion. A resource is simply a use of a Kind in the API. Often, there's a one-to-one mapping between Kinds and resources. For instance, the `pods` resource corresponds to the `Pod` Kind. However, sometimes, the same Kind may be returned by multiple