From 231f56b4aea90602e76738d7a58513efb789bfb0 Mon Sep 17 00:00:00 2001 From: "Richard B. Porter" Date: Fri, 20 Jan 2017 13:39:56 -0600 Subject: [PATCH] use 'in the case of' instead of 'in case of' --- doc/05-repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 732198bf0..a85f31d1a 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -58,7 +58,7 @@ The main repository type is the `composer` repository. It uses a single This is also the repository type that packagist uses. To reference a `composer` repository, just supply the path before the `packages.json` file. -In case of packagist, that file is located at `/packages.json`, so the URL of +In the case of packagist, that file is located at `/packages.json`, so the URL of the repository would be `packagist.org`. For `example.org/packages.json` the repository URL would be `example.org`.