summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoises Guimaraes de Medeiros <moguimar@redhat.com>2018-09-10 16:31:21 +0200
committerMoises Guimaraes de Medeiros <moguimar@redhat.com>2018-09-10 16:32:52 +0200
commit7b3e47736becc3504ed385bf72c8763ed9325781 (patch)
treeb2ba6cc6deb18c8de480486488229b801293ad77
parentd01abc82d081c98748ff95d7bb47abd9c1ff678c (diff)
downloadpbr-7b3e47736becc3504ed385bf72c8763ed9325781.tar.gz
Fix typo in contribution instructions.
Change-Id: Ia514b4baf3f5079547d7c198eac60cab96ba3a0e Signed-off-by: Moises Guimaraes de Medeiros <moguimar@redhat.com>
-rw-r--r--doc/source/contributor/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst
index b7b4a75..95daead 100644
--- a/doc/source/contributor/index.rst
+++ b/doc/source/contributor/index.rst
@@ -27,7 +27,7 @@ are listed in ``requirements.txt`` and the requirements for testing are in
pip install -r requirements.txt -r test-requirements.txt
-In you go this route, you can interact with the testr command directly.
+If you go this route, you can interact with the testr command directly.
Running ``testr run`` will run the entire test suite. ``testr run --parallel``
will run it in parallel (this is the default incantation tox uses). More
information about testr can be found at: http://wiki.openstack.org/testr