Skip to content

Commit 294bffc

Browse files
committed
Merge pull request #3156 from bicpi/fix_spelling
Fix spelling for "object-oriented"
2 parents 7d1f954 + 865b878 commit 294bffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on top of the previous one.
3030

3131
The deepest level is the :namespace:`Symfony\\Component\\HttpFoundation`
3232
component. HttpFoundation provides the main objects needed to deal with HTTP.
33-
It is an Object-Oriented abstraction of some native PHP functions and
33+
It is an object-oriented abstraction of some native PHP functions and
3434
variables:
3535

3636
* The :class:`Symfony\\Component\\HttpFoundation\\Request` class abstracts

components/http_foundation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In PHP, the request is represented by some global variables (``$_GET``,
1414
generated by some functions (``echo``, ``header``, ``setcookie``, ...).
1515

1616
The Symfony2 HttpFoundation component replaces these default PHP global
17-
variables and functions by an Object-Oriented layer.
17+
variables and functions by an object-oriented layer.
1818

1919
Installation
2020
------------

0 commit comments

Comments
 (0)