diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-03-12 07:30:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-12 07:30:42 -0700 |
| commit | 8682a74baaa6c7f03b3a433c12a40870ea7f1859 (patch) | |
| tree | 048f2f5c29f426a01b9edfa60e916806753de90b | |
| parent | 90d30c3b6fdc4d0529b79d3eeac0b328d155f4b9 (diff) | |
| parent | 7371f184e4082e95efc3629fd35266b51259e07c (diff) | |
Merge pull request #3404 from gaborfinta/docfix
Fix typo in contributors guide
| -rw-r--r-- | contributors/guide/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/guide/README.md b/contributors/guide/README.md index 82f16556..7a8d0a4e 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -217,7 +217,7 @@ When reviewing PRs from others [The Gentle Art of Patch Review](http://sage.thes ## Testing -Testing is the responsibility of all contributors and is in part owned by all SIGss, but is also coordinated by [sig-testing](/sig-testing). +Testing is the responsibility of all contributors and is in part owned by all SIGs, but is also coordinated by [sig-testing](/sig-testing). Refer to the [Testing Guide](/contributors/devel/sig-testing/testing.md) for more information. There are multiple types of tests. |
