Просмотр исходного кода

Merge pull request #6604 from chraiet/patch-1

Typo correction
Rob 8 лет назад
Родитель
Сommit
de07f33d58
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/01-basic-usage.md

+ 1 - 1
doc/01-basic-usage.md

@@ -35,7 +35,7 @@ As you can see, [`require`](04-schema.md#require) takes an object that maps
 
 
 Composer uses this information to search for the right set of files in package
 Composer uses this information to search for the right set of files in package
 "repositories" that you register using the [`repositories`](04-schema.md#repositories)
 "repositories" that you register using the [`repositories`](04-schema.md#repositories)
-key, or in Packagist, the default package respository. In the above example,
+key, or in Packagist, the default package repository. In the above example,
 since no other repository has been registered in the `composer.json` file, it is
 since no other repository has been registered in the `composer.json` file, it is
 assumed that the `monolog/monolog` package is registered on Packagist. (See more
 assumed that the `monolog/monolog` package is registered on Packagist. (See more
 about Packagist [below](#packagist), or read more about repositories
 about Packagist [below](#packagist), or read more about repositories