diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-06-12 12:17:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 12:17:55 -0700 |
| commit | e7c2c23e265eeb94ac84682f8629259d64b846b1 (patch) | |
| tree | 0983c42270ac0a2ebec9826f7b47be7ef9f7ebe6 | |
| parent | fb6995512683847f57d26143b137e43fde76d11b (diff) | |
| parent | b3fcfd9fcc9fc08f337a298e4a95b6a7c6d0b95e (diff) | |
Merge pull request #4855 from mauriciovasquezbernal/patch-2
Development: Fix typo
| -rw-r--r-- | contributors/devel/development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/development.md b/contributors/devel/development.md index df882307..3b9a1862 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -180,7 +180,7 @@ images. The `VERSION` file and `Dockerfile`. - The cross tag `KUBE_BUILD_IMAGE_CROSS_TAG` in [build/common.sh]. - The `go_version` in the [`go_register_toolchains`](https://git.k8s.io/kubernetes/build/root/WORKSPACE) bazel rule. -- The desired Go verion in +- The desired Go version in [test/images/Makefile](https://git.k8s.io/kubernetes/test/images/Makefile). ### PyYAML @@ -321,4 +321,4 @@ To check out code to work on, please refer to [this guide](/contributors/guide/g [kubernetes.io]: https://kubernetes.io [mercurial]: http://mercurial.selenic.com/wiki/Download [Build with Bazel]: sig-testing/bazel.md -[install WSL2]: https://docs.microsoft.com/en-us/windows/wsl/wsl2-install
\ No newline at end of file +[install WSL2]: https://docs.microsoft.com/en-us/windows/wsl/wsl2-install |
