summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParth Oberoi <parthoberoi@hotmail.com>2015-01-21 14:29:56 +0530
committerParth Oberoi <parthoberoi@hotmail.com>2015-01-21 14:29:56 +0530
commit972ee6e91f7a4be56e06490a8d8eb8cca2bc8eeb (patch)
tree523fc24aeb391f3762de90d9ff11285de3132631
parentce93f7027812035c48e20a539ff9d74940f284bd (diff)
typo fixed ';'
unexpected ';' after environment on line 7
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82804564..ab41448d 100644
--- a/README.md
+++ b/README.md
@@ -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.