From 9fc071a032591a9fe570705e75c12177e7bdc39e Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Fri, 23 Mar 2018 15:14:59 -0700 Subject: [PATCH] Small formatting change --- docs/tools_user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools_user_guide.md b/docs/tools_user_guide.md index 1e00270c4c..23b613adeb 100644 --- a/docs/tools_user_guide.md +++ b/docs/tools_user_guide.md @@ -141,7 +141,7 @@ go test ./pkg/... ## Build and run an image for your CRD and Controller -`A Dockerfile for the controller-manager was created at the project root. +A Dockerfile for the controller-manager was created at the project root. The controller-manager Dockerfile will build the controller-manager from source and also run the tests under `./pkg/...` and `./cmd/...`.