typo fixed ';'

unexpected ';' after environment on line 7
This commit is contained in:
Parth Oberoi 2015-01-21 14:29:56 +05:30
parent 4060a11c1a
commit 3b3ff037b0

View File

@ -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.