summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDraven <i@draveness.me>2019-07-03 23:47:40 +0800
committerGitHub <noreply@github.com>2019-07-03 23:47:40 +0800
commit7e4037b33211d50c4cf16e954544e168824c5fef (patch)
treec180a44358faf08fa6ece2a38d8329ac435244c4
parent90e408affda2f6c97fec1195ab3b7aa554432227 (diff)
doc: add an extra space between document and for
-rw-r--r--contributors/devel/sig-architecture/conformance-tests.md2
1 files changed, 1 insertions, 1 deletions
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)