From b1177552e0733592f4789d5e19f764e1dfa0bea8 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 15 Sep 2013 08:20:49 +0200 Subject: [PATCH] Update installation.rst typo in cookbook/bundle/installation --- cookbook/bundles/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/bundles/installation.rst b/cookbook/bundles/installation.rst index c844d067ca3..12e6faa5efc 100644 --- a/cookbook/bundles/installation.rst +++ b/cookbook/bundles/installation.rst @@ -21,7 +21,7 @@ Before you can use composer to install a bundle, you should look for a Packagist is the main archive for Composer. If you are searching for a bundle, the best thing you can do is check out - `KnpBundles`_, it is the unofficial achive of Symfony Bundles. If + `KnpBundles`_, it is the unofficial archive of Symfony Bundles. If a bundle contains a ``README`` file, it is displayed there and if it has a Packagist package it shows a link to the package. It's a really useful site to begin searching for bundles.