1
0
Fork 0

Fix typo in aliases.md

pull/3931/head
Richard K Miller 2015-04-13 10:49:35 -06:00
parent 4d134ce8a2
commit 5b3457f812
1 changed files with 2 additions and 2 deletions

View File

@ -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.