Browse Source

Merge pull request #2417 from glensc/patch-2

Minor typo fix
Jordi Boggiano 12 years ago
parent
commit
8d3c2dc9fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/04-schema.md

+ 1 - 1
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.
   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.
   Older (less used) files will be removed first until the cache fits.
 * **prepend-autoloader:** Defaults to `true`. If false, the composer autoloader
 * **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.
   interoperability issues with other autoloaders.
 * **github-domains:** Defaults to `["github.com"]`. A list of domains to use in
 * **github-domains:** Defaults to `["github.com"]`. A list of domains to use in
   github mode. This is used for GitHub Enterprise setups.
   github mode. This is used for GitHub Enterprise setups.