From 7060d4e776b34afce91fc7196232ae1ed14a4e70 Mon Sep 17 00:00:00 2001 From: Zhiwei Yin Date: Wed, 16 Jun 2021 13:42:17 +0800 Subject: [PATCH] fix typo Signed-off-by: Zhiwei Yin --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb477b4bd..4e53785fd 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ endif # $1 - target suffix # $2 - Dockerfile path # $3 - context directory for image build -# It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images". +# It will generate target "image-$(1)" for building the image an binding it as a prerequisite to target "images". $(call build-image,registration-operator,$(IMAGE_REGISTRY)/registration-operator,./Dockerfile,.) clean: diff --git a/README.md b/README.md index fbb03ce8e..c64f2a73d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ kubectl get csr kubectl get managedcluster ``` -Next approve the csr and set managecluster to be accepcted by hub with the following command +Next approve the csr and set managedCluster to be accepted by hub with the following command ``` kubectl certificate approve {csr name}