From 2a16b5e2a370fe85c1e4ac883854666a815ecbc3 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 13 Apr 2015 11:35:24 +1200 Subject: [PATCH] Fixing spelling mistake --- docs/en/00_Getting_Started/02_Composer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/00_Getting_Started/02_Composer.md b/docs/en/00_Getting_Started/02_Composer.md index b254ca798..a363206e1 100644 --- a/docs/en/00_Getting_Started/02_Composer.md +++ b/docs/en/00_Getting_Started/02_Composer.md @@ -77,7 +77,7 @@ You can find other packages with the following command: composer search silverstripe -This will return a list of package names of the forum `vendor/package`. If you prefer, you can search for pacakges on [packagist.org](https://packagist.org/search/?q=silverstripe). +This will return a list of package names of the forum `vendor/package`. If you prefer, you can search for packages on [packagist.org](https://packagist.org/search/?q=silverstripe). The second part after the colon, `*`, is a version string. `*` is a good default: it will give you the latest version that works with the other modules you have installed. Alternatively, you can specificy a specific version, or a constraint such as `>=3.0`. For more information, read the [Composer documentation](http://getcomposer.org/doc/01-basic-usage.md#the-require-key).