From 230abbce22adf470b28dcfd08a7aa0c06c9b09b3 Mon Sep 17 00:00:00 2001 From: XsWack Date: Tue, 8 Aug 2017 23:20:20 +0800 Subject: [PATCH] Update declarative-object-management-configuration.md fix typo --- .../declarative-object-management-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/object-management-kubectl/declarative-object-management-configuration.md b/docs/tutorials/object-management-kubectl/declarative-object-management-configuration.md index fa226b11b1..315e2a471b 100644 --- a/docs/tutorials/object-management-kubectl/declarative-object-management-configuration.md +++ b/docs/tutorials/object-management-kubectl/declarative-object-management-configuration.md @@ -484,7 +484,7 @@ TODO(1.6): For 1.6, add the following bullet point to 1. ### How different types of fields are merged How a particular field in a configuration file is merged with -with the live configuration depends on the +the live configuration depends on the type of the field. There are several types of fields: - *primitive*: A field of type string, integer, or boolean.