From 4fe42a9686d86f78c03f3e66fa04f7df316d353e Mon Sep 17 00:00:00 2001 From: Curtis Gibby Date: Fri, 23 Dec 2016 11:48:22 -0700 Subject: [PATCH] Fix typo on "the" --- doc/autocommit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/autocommit.md b/doc/autocommit.md index 3d34fb0..46d9d2d 100644 --- a/doc/autocommit.md +++ b/doc/autocommit.md @@ -34,7 +34,7 @@ some `extra` config in your composer.json: This option can be one value between `never`, `ask` and `always`. -- `never` is the default option. It disable completly th autocommit feature. +- `never` is the default option. It disable completly the autocommit feature. - `ask` will propose you interactively to trigger a commit after each `composer update` in case some dependencies were updated. - `always` will trigger a commit everytime a `composer update` is ran and some