Skip to content

Commit 318c80f

Browse files
committed
minor #9723 Fix spelling of Composer (lex111)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9723). Discussion ---------- Fix spelling of Composer Continuing this one #9713 Commits ------- 625fb2b Fix spelling of Composer
2 parents 326419c + 625fb2b commit 318c80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/using_components.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ whatever component you want.
3131

3232
.. tip::
3333

34-
`Install composer`_ if you don't have it already present on your system.
34+
`Install Composer`_ if you don't have it already present on your system.
3535
Depending on how you install, you may end up with a ``composer.phar``
3636
file in your directory. In that case, no worries! Just run
3737
``php composer.phar require symfony/finder``.
@@ -78,4 +78,4 @@ documentation to find out more about how to use it.
7878
And have fun!
7979

8080
.. _Composer: https://getcomposer.org
81-
.. _Install composer: https://getcomposer.org/download/
81+
.. _Install Composer: https://getcomposer.org/download/

0 commit comments

Comments
 (0)