From 9a310ed209589e69a466eae85ba7da4a4998f74b Mon Sep 17 00:00:00 2001
From: Don Hirst <dvhirst@aol.com>
Date: Sat, 9 Sep 2017 15:23:23 -0700
Subject: [PATCH] Update civilint.md

Reading for content; editing for consistency.
---
 docs/tools/civilint.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/docs/tools/civilint.md b/docs/tools/civilint.md
index 5166d780..826ebe66 100644
--- a/docs/tools/civilint.md
+++ b/docs/tools/civilint.md
@@ -1,10 +1,6 @@
-Civilint is a thin wrapper which calls jshint and PHP_CodeSniffer (with the 
-coder ruleset).
+Civilint is a thin wrapper which calls jshint and PHP_CodeSniffer (with the coder ruleset).
 
-Code-style tests ensure a consistent layout across all of the codebase, and 
-they also identify some unsafe or confusing coding patterns. While working on a 
-patch, you should run civilint to determine if the pending changes comply with 
-style guides. 
+Code-style tests ensure a consistent layout across all of the codebase, and they also identify some unsafe or confusing coding patterns. While working on a patch, you should run civilint to determine if the pending changes comply with style guides. 
 
 Note that civilint may be invoked a few different ways:
 
-- 
GitLab