From 4f58c2419598d743da405a48cf9bb3d8ba89231c Mon Sep 17 00:00:00 2001 From: gitname Date: Sun, 19 Jun 2016 13:26:30 -0700 Subject: [PATCH] Fix typo --- res/composer-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index fdcfeb9fc..22e527428 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -274,7 +274,7 @@ "properties": { "psr-0": { "type": "object", - "description": "This is a hash of namespaces (keys) and the directories they can be found into (values, can be arrays of paths) by the autoloader.", + "description": "This is a hash of namespaces (keys) and the directories they can be found in (values, can be arrays of paths) by the autoloader.", "additionalProperties": true }, "psr-4": {