From e4dcac12622460438b6142b35b62c8d22318f1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Travis=20sn=C9=AF=C7=9D=E1=97=A1=C9=94W?= Date: Tue, 15 Jan 2019 17:22:16 +0000 Subject: [PATCH] Remove typo of extra "the" in README (#382) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1a3f94e..ba48c28 100644 --- a/README.adoc +++ b/README.adoc @@ -659,7 +659,7 @@ $ just foo/ Make has some behaviors which are either confusing, complicated, or make it unsuitable for use as a general command runner. -One example is that sometimes make won't run the commands in a recipe. For example, if you have a file called `test` and the the following makefile that runs it: +One example is that sometimes make won't run the commands in a recipe. For example, if you have a file called `test` and the following makefile that runs it: ```make test: