summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-07-03 14:54:12 -0700
committerGitHub <noreply@github.com>2019-07-03 14:54:12 -0700
commitaecb53259eb43750ead0fba64d93e57d6cc0d701 (patch)
tree55d4051e35e5f6d6989c1004dfc7572b0597378d
parentac66c14853eb2eae78c5b34bd28a3f095544c9dd (diff)
parent7e4037b33211d50c4cf16e954544e168824c5fef (diff)
Merge pull request #3863 from draveness/patch-1
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)