Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fffe45c

Browse files
committed
minor symfony#15313 Fix link to Composer (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- Fix link to Composer By the way, I added a small change in the "Before You Start" section. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- e8b682c Fix link to Composer
2 parents c65c4b1 + e8b682c commit fffe45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Reading about how to create a framework is not enough. You will have to follow
6464
along and actually type all the examples included in this tutorial. For that,
6565
you need a recent version of PHP (7.4 or later is good enough), a web server
6666
(like Apache, nginx or PHP's built-in web server), a good knowledge of PHP and
67-
an understanding of Object Oriented programming.
67+
an understanding of Object Oriented Programming.
6868

6969
Ready to go? Read on!
7070

@@ -113,5 +113,5 @@ In the :doc:`next chapter </create_framework/http_foundation>`, we are going to
113113
introduce the HttpFoundation Component and see what it brings us.
114114

115115
.. _`Symfony`: https://symfony.com/
116-
.. _`Composer`: https//getcomposer.org/
116+
.. _`Composer`: https://getcomposer.org/
117117
.. _`download and install Composer`: https://getcomposer.org/download/

0 commit comments

Comments
 (0)