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}