From c2815e9df0c1e5a1b2c86db9fde2a9338cb31324 Mon Sep 17 00:00:00 2001 From: Mohamed Chraiet Date: Fri, 11 Aug 2017 16:33:27 -0400 Subject: [PATCH] Typo correction Should be repository instead of respository. --- doc/01-basic-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 3c3dc3f21..de5c85f43 100644 --- a/doc/01-basic-usage.md +++ b/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 "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 assumed that the `monolog/monolog` package is registered on Packagist. (See more about Packagist [below](#packagist), or read more about repositories