Fix release notes typos 68/15868/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 12 Jun 2019 00:16:26 +0000 (17:16 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 12 Jun 2019 00:18:28 +0000 (17:18 -0700)
Fix release notes typos for commit:
9d64c0644c4df403243eb89014d6257827d9d281

"Get jenkins config only with the key exists"

Change-Id: I78a567ffae6c5333021dd86e5b2aa8db8c3fc6be
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml

index 19a7b2a..049e954 100644 (file)
@@ -2,11 +2,11 @@
 fixes:
   - |
     Handle config parser correctly which defaults to "[jenkins]" section
-    when no server is pased. This fixes the issue with checking if the key
+    when no server is passed. This fixes the issue with checking if the key
     exists in the configuration read before reading the key-value.
 
-    The issue is reproduceable by running `lftools jenkins plugins --help` or
-    `tox -e docs`, with the ``jenkins.ini`` file having no "[jenkins]" section.
+    The issue is reproducible by running `lftools jenkins plugins --help` or
+    `tox -e docs`, with ``jenkins.ini`` missing the "[jenkins]" section.
 
     .. code-block: none