diff options
| author | Parth Oberoi <parthoberoi@hotmail.com> | 2015-01-21 14:29:56 +0530 |
|---|---|---|
| committer | Parth Oberoi <parthoberoi@hotmail.com> | 2015-01-21 14:29:56 +0530 |
| commit | 972ee6e91f7a4be56e06490a8d8eb8cca2bc8eeb (patch) | |
| tree | 523fc24aeb391f3762de90d9ff11285de3132631 | |
| parent | ce93f7027812035c48e20a539ff9d74940f284bd (diff) | |
typo fixed ';'
unexpected ';' after environment on line 7
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ Docs in this directory relate to developing Kubernetes. * **On Collaborative Development** ([collab.md](collab.md)): info on pull requests and code reviews. -* **Development Guide** ([development.md](development.md)): Setting up your environment; tests. +* **Development Guide** ([development.md](development.md)): Setting up your environment tests. * **Hunting flaky tests** ([flaky-tests.md](flaky-tests.md)): We have a goal of 99.9% flake free tests. Here's how to run your tests many times. |
