From 89cbe3e2f6c1b047450408ea3535f294eb9885b3 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Thu, 18 Aug 2016 11:27:26 -0400 Subject: [PATCH] minor text adjustments in doc --- docs/source/writing_koji_code.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 9f270aeb..99f85183 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -651,9 +651,9 @@ Unit Tests ========== Koji comes with a small test suite, that you should always run when making -changes to the code. To do so, just enter ``make test`` into your terminal. +changes to the code. To do so, just run ``make test`` in your terminal. -You will need to install following packages to actually run the tests. +You will need to install the following packages to actually run the tests. * ``findutils`` * ``postgresql-python``