Merge pull request #3668 from hTrap/patch-2

typo fixed ';'
This commit is contained in:
Brian Grant 2015-01-21 07:14:33 -08:00
commit dfe8431b11

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.