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::