From 98686e32e22e9bec7ec9346e54ab3b1aa380a7a4 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 17 Mar 2012 15:02:39 +0100 Subject: [PATCH] fix typo "is is" => "it is" --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 8f917c8c3..0ee6a140e 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -157,7 +157,7 @@ will always take precedence over the values specified in `composer.json`. ### COMPOSER -By setting the `COMPOSER` env variable is is possible to set the filename of +By setting the `COMPOSER` env variable it is possible to set the filename of `composer.json` to something else. For example: