From 07badb85108008d46240a0d55219764d417c430c Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 27 Apr 2018 23:28:43 +0800 Subject: [PATCH] Typo fix: resourse->resource --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 439df94a8..d046be442 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -250,7 +250,7 @@ traversal rules built into [kustomize]. _Patch_ is a field in the kustomization, distinct from resources, because a patch file looks like a resource file, but has different semantics. A patch depends on -(modifies) a resource, whereas a resourse has no +(modifies) a resource, whereas a resource has no dependencies. Since any resource file can be used as a patch, one cannot reliably distinguish a resource from a patch just by looking at the file's [YAML].