소스 검색

Merge pull request #2417 from glensc/patch-2

Minor typo fix
Jordi Boggiano 12 년 전
부모
커밋
8d3c2dc9fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
   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.