From 019ebf98333ebe66935f42dc1ac0a674463e0207 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 16 Nov 2013 11:06:28 +0100 Subject: [PATCH] typo fixed --- 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 12e6faa5efc..edd5970a408 100644 --- a/cookbook/bundles/installation.rst +++ b/cookbook/bundles/installation.rst @@ -15,7 +15,7 @@ a good idea to learn some basics of Composer in `their documentation`_. Before you can use composer to install a bundle, you should look for a `Packagist`_ package of that bundle. For example, if you search for the popular -`FOSUserBundle`_ you will find a packaged called `friendsofsymfony/user-bundle`_. +`FOSUserBundle`_ you will find a package called `friendsofsymfony/user-bundle`_. .. note::