diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2022-11-17 02:08:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-17 02:08:41 -0800 |
| commit | 6f2a32383ae0540f1b97fd825728fbfba6ac63c3 (patch) | |
| tree | b0fa32dc5943d1c1be89ea1d658fd4a8a0cd2a2a | |
| parent | 963fe84e0e2d9fb20f4efe69c1840995d4a5fde5 (diff) | |
| parent | 3584fd4f0adc81fd2927b01674b9ca9e26cfd268 (diff) | |
Merge pull request #6944 from codyhoag/typo
Fix typo in contributing docs
| -rw-r--r-- | sig-docs/CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sig-docs/CONTRIBUTING.md b/sig-docs/CONTRIBUTING.md index e4f8b6bc..03ad059d 100644 --- a/sig-docs/CONTRIBUTING.md +++ b/sig-docs/CONTRIBUTING.md @@ -18,7 +18,7 @@ Before opening a pull request, contributors must sign the [CNCF Contributor Lice Contributors should be familiar with the following: - [kubernetes/website repo](https://github.com/kubernetes/website) -- [Reference docs repo](https://github.com/kubernetes-sigs/reference-docs)) +- [Reference docs repo](https://github.com/kubernetes-sigs/reference-docs) - [Hugo static site generator](https://gohugo.io/) - [Documentation content guide](https://kubernetes.io/docs/contribute/style/content-guide/) - [What's allowed](https://kubernetes.io/docs/contribute/style/content-guide/#what-s-allowed) @@ -40,4 +40,4 @@ Anyone can review pull requests and the review process is outlined in the ## Questions about contributing Feel free to ask any questions in the [#sig-docs](https://kubernetes.slack.com/messages/sig-docs) Slack channel or in a -[SIG Docs meeting](https://github.com/kubernetes/community/tree/master/sig-docs#meetings).
\ No newline at end of file +[SIG Docs meeting](https://github.com/kubernetes/community/tree/master/sig-docs#meetings). |
