From 5b3457f812c88c30bc632f088d73845dedfb1c7a Mon Sep 17 00:00:00 2001 From: Richard K Miller Date: Mon, 13 Apr 2015 10:49:35 -0600 Subject: [PATCH] Fix typo in aliases.md --- doc/articles/aliases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/aliases.md b/doc/articles/aliases.md index 79c573d3d..c340e7053 100644 --- a/doc/articles/aliases.md +++ b/doc/articles/aliases.md @@ -38,8 +38,8 @@ specifying a `branch-alias` field under `extra` in `composer.json`: } ``` -If you alias a non-comparible version (such as dev-develop) `dev-` must prefix the -branch name. You may also alias a comparible version (i.e. start with numbers, +If you alias a non-comparable version (such as dev-develop) `dev-` must prefix the +branch name. You may also alias a comparable version (i.e. start with numbers, and end with `.x-dev`), but only as a more specific version. For example, 1.x-dev could be aliased as 1.2.x-dev.