Skip to content

Commit d3f7fb0

Browse files
author
Antoine Durieux
committed
Typo.
1 parent 8ee5441 commit d3f7fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/workflow/vendor_deps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ or upgraded. You can set that directly to the ``deps`` file :
6868
6969
* The ``git`` option sets the URL of the library. It can use various protocols, like ``http://`` as well as ``git://``.
7070

71-
* The ``target`` option specifies where the repository will live : plain Symfony bundles should go under the ``vendor/bundles/Acme`` directory, other third-party libraries usually go to ``vendor/my-awesome-libreary-name``. The target directory defaults to this last option when not specified.
71+
* The ``target`` option specifies where the repository will live : plain Symfony bundles should go under the ``vendor/bundles/Acme`` directory, other third-party libraries usually go to ``vendor/my-awesome-library-name``. The target directory defaults to this last option when not specified.
7272

7373
* The ``version`` option allows you to set a specific revision. You can use a tag (``version=origin/0.42``) or a branch name (``refs/remotes/origin/awesome-branch``). It defaults to ``origin/HEAD``.
7474

0 commit comments

Comments
 (0)