From ed31a60e9b65c9954b55bb06b32402e4b514e7c2 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 12 Jan 2020 08:29:16 -0500 Subject: [PATCH] Fix typo --- docs/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fields.md b/docs/fields.md index 7265ec729..e3fea9bfb 100644 --- a/docs/fields.md +++ b/docs/fields.md @@ -44,7 +44,7 @@ What transformations (customizations) should be applied? | Field | Type | Explanation | |---|---|---| | [commonLabels](#commonlabels) | string | Adds labels and some corresponding label selectors to all resources. | -| [commonAnnotations](#commonannotations) | string | Adds annotions (non-identifying metadata) to add all resources. | +| [commonAnnotations](#commonannotations) | string | Adds annotations (non-identifying metadata) to add all resources. | | [images](#images) | list | Images modify the name, tags and/or digest for images without creating patches. | | [inventory](#inventory) | struct | Specify an object who's annotations will contain a build result summary. | | [namespace](#namespace) | string | Adds namespace to all resources |