summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-04-23 15:12:17 -0700
committerGitHub <noreply@github.com>2018-04-23 15:12:17 -0700
commit2e134a01ce6c71a6110500d2483ee2bf7f6faac8 (patch)
tree8428f1a64abc625e8ceccf64b421ead8465a4f91
parentb2013a579fabf076387b459f13a72c86ac2a4a90 (diff)
parentfbbf563f04e896a19cc0a019cc90900d6ac551ab (diff)
downloadchef-2e134a01ce6c71a6110500d2483ee2bf7f6faac8.tar.gz
Merge pull request #7179 from chef/lcg/force-expeditor-to-run
whitespace fix to make expeditor run
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d1639c80a0..4c3684cbc9 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ The general development process is:
3. Write code and tests.
4. Push your feature branch to github and open a pull request against master.
-Once your repository is set up, you can start working on the code. We do utilize
+Once your repository is set up, you can start working on the code. We do utilize
RSpec for test driven development, so you'll need to get a development
environment running. Follow the above procedure ("Installing from Git") to get
your local copy of the source running.