From b92bce5569d894cc0e57bb8900032858dbece389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 13 Nov 2013 09:15:08 +0200 Subject: [PATCH] Minor typo fix introduced from 6ce0bf7cbf5edc622a8ccfbca226ffc825ca699e with #2314 --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 299d418d5..3a250a418 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -657,7 +657,7 @@ The following options are supported: is periodically ran, this is the maximum size the cache will be able to use. Older (less used) files will be removed first until the cache fits. * **prepend-autoloader:** Defaults to `true`. If false, the composer autoloader - will not be prepended to existing autoloaders. This is sometimesrequired to fix + will not be prepended to existing autoloaders. This is sometimes required to fix interoperability issues with other autoloaders. * **github-domains:** Defaults to `["github.com"]`. A list of domains to use in github mode. This is used for GitHub Enterprise setups.