From 89cbe3e2f6c1b047450408ea3535f294eb9885b3 Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Aug 18 2016 15:27:26 +0000 Subject: minor text adjustments in doc --- diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 9f270ae..99f8518 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``