Skip to content

Commit e8b682c

Browse files
authored
Fix link to Composer
By the way, I added a small change in the "Before You Start" section.
1 parent c65c4b1 commit e8b682c

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)