From 4f8cb2dba5b13961d73e998d6c7a1ef950e3eb55 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Thu, 8 Feb 2018 10:22:43 +0800 Subject: [PATCH] Typo fix: recommend -> recommended (#7271) --- docs/admin/federation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/federation/index.md b/docs/admin/federation/index.md index f52fb5a035..76b5ebf55a 100644 --- a/docs/admin/federation/index.md +++ b/docs/admin/federation/index.md @@ -115,7 +115,7 @@ $ KUBE_REGISTRY="gcr.io/myrepository" federation/develop/develop.sh push Note: This is going to overwrite the values you might have set for `apiserverRegistry`, `apiserverVersion`, `controllerManagerRegistry` and `controllerManagerVersion` in your `${FEDERATION_OUTPUT_ROOT}/values.yaml` -file. Hence, it is not recommend to customize these values in +file. Hence, it is not recommended to customize these values in `${FEDERATION_OUTPUT_ROOT}/values.yaml` if you are building the images from source.