diff options
| author | Oscar Utbult <oscar.utbult@pagero.com> | 2022-09-19 16:30:28 +0200 |
|---|---|---|
| committer | Oscar Utbult <oscar.utbult@pagero.com> | 2022-09-19 16:30:28 +0200 |
| commit | 284ba22f05121d256b71cef09eb14a6f77fc60df (patch) | |
| tree | 72d04b033285b59618ad10ece0842de2426677e1 /contributors/devel | |
| parent | e1bef6b4c1140971c1dde6b6f8b42c57f6309990 (diff) | |
grammar: removed doubles of the word "the"
Diffstat (limited to 'contributors/devel')
| -rw-r--r-- | contributors/devel/sig-node/e2e-node-tests.md | 2 | ||||
| -rw-r--r-- | contributors/devel/sig-testing/writing-good-conformance-tests.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md index f212957c..bbfbdee7 100644 --- a/contributors/devel/sig-node/e2e-node-tests.md +++ b/contributors/devel/sig-node/e2e-node-tests.md @@ -340,7 +340,7 @@ Some topology manager tests require minimal knowledge of the host topology in or The required information is to which NUMA node in the system are the SRIOV device attached to. The test code tries to autodetect the information it needs, skipping the relevant tests if the autodetection fails. -You can override the autodetection adding annotations to the the config map like this example: +You can override the autodetection adding annotations to the config map like this example: ```yaml metadata: annotations: diff --git a/contributors/devel/sig-testing/writing-good-conformance-tests.md b/contributors/devel/sig-testing/writing-good-conformance-tests.md index dbddf4b0..6830b660 100644 --- a/contributors/devel/sig-testing/writing-good-conformance-tests.md +++ b/contributors/devel/sig-testing/writing-good-conformance-tests.md @@ -7,7 +7,7 @@ way. Conformance tests are promoted from existing e2e tests which have been proven to be stable and "non-flaky". -Please read the the ["Writing good e2e tests"](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/writing-good-e2e-tests.md) guide as a supplement to this document. +Please read the ["Writing good e2e tests"](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/writing-good-e2e-tests.md) guide as a supplement to this document. ### Requirements ### |
