Update with suggestions from 60434
[releng/builder.git] / docs / jenkins.rst
index 4c5d3f0b58bd00260a3f58f7c343561e35139f07..276288d11fe84f136a8eaa4d9c9f0c3e4f4db9b1 100644 (file)
@@ -38,7 +38,7 @@ in the jenkins-master_ silo and this can be achieved by simply creating a
     `releng-global-jjb`_
 
 Where <new-project> should be the same name as your project's git repo in
-Gerrit. So if your project is called "aaa" then create a new jjb/aaa directory.
+Gerrit. If your project is called "aaa" then create a new jjb/aaa directory.
 
 Next we will create <new-project>.yaml as follows:
 
@@ -383,8 +383,8 @@ installs, we recommend using `Python Virtual Environments <python-virtualenv_>`_
 to manage JJB and its
 Python dependencies. The `python-virtualenvwrapper`_ tool can help you do so.
 
-There are good docs for installing `python-virtualenvwrapper`_. On Linux systems
-with pip (typical), they amount to:
+Documentation is available for installing `python-virtualenvwrapper`_. On Linux
+systems with pip (typical), they amount to:
 
 .. code-block:: bash