From 7e4037b33211d50c4cf16e954544e168824c5fef Mon Sep 17 00:00:00 2001 From: Draven Date: Wed, 3 Jul 2019 23:47:40 +0800 Subject: doc: add an extra space between document and for --- contributors/devel/sig-architecture/conformance-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-architecture/conformance-tests.md b/contributors/devel/sig-architecture/conformance-tests.md index c3069402..aff06119 100644 --- a/contributors/devel/sig-architecture/conformance-tests.md +++ b/contributors/devel/sig-architecture/conformance-tests.md @@ -287,7 +287,7 @@ framework.ConformanceIt("it should print the output to logs", func() { }) ``` -The corresponding portion of the Kubernetes Conformance Documentfor this test +The corresponding portion of the Kubernetes Conformance Document for this test would then look like this: > ## [Kubelet: log output](https://github.com/kubernetes/kubernetes/tree/release-1.9/test/e2e_node/kubelet_test.go#L47) -- cgit v1.2.3