Browse Source

Merge pull request #3931 from richardkmiller/patch-1

Fix typo in aliases.md
Jordi Boggiano 10 years ago
parent
commit
6afa0d1094
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/articles/aliases.md

+ 2 - 2
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.