From 1fef5d534b993b1442e540824ed36cba98616fb8 Mon Sep 17 00:00:00 2001
From: Warren Cheung <wac@dnahelix.org>
Date: Fri, 23 Aug 2013 16:06:54 -0400
Subject: [PATCH] Update slop.rst

Fixed typo
---
 docs/content/tools/slop.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/tools/slop.rst b/docs/content/tools/slop.rst
index f1f158df..1c1ea8df 100755
--- a/docs/content/tools/slop.rst
+++ b/docs/content/tools/slop.rst
@@ -9,7 +9,7 @@
 
 |
 
-``bedtools slop`` will increase the size of each feature in a feature file be a 
+``bedtools slop`` will increase the size of each feature in a feature file by a 
 user-defined number of bases. While something like this could be done with an 
 ``awk '{OFS="\t" print $1,$2-<slop>,$3+<slop>}'``,
 ``bedtools slop`` will restrict the resizing to the size of the chromosome 
-- 
GitLab