From 2612dc7c15ae6ec2bb678577516c5b567d653a5a Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Wed, 24 Sep 2014 15:30:48 +0200 Subject: [PATCH] fixed typo --- 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 318ea65bb..975b473e5 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -345,7 +345,7 @@ If the package is in a sub-directory, e.g. `/trunk/foo/bar/composer.json` and setting the `"package-path"` option to the sub-directory, in this example it would be `"package-path": "foo/bar/"`. -If you have a private Subversion repository you can safe credentials in the +If you have a private Subversion repository you can save credentials in the http-basic section of your config (See [Schema](04-schema.md)): ```json