Skip to content

Commit c09ba41

Browse files
xabbuhChristian Flothmann
authored and
Christian Flothmann
committed
use "object-oriented" instead of "object oriented"
1 parent a3ea6a0 commit c09ba41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/propel.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ from cheapest to most expensive. From inside a controller, do the following::
271271
->orderByPrice()
272272
->find();
273273

274-
In one line, you get your products in a powerful oriented object way. No need
275-
to waste your time with SQL or whatever, Symfony offers fully object oriented
274+
In one line, you get your products in a powerful object-oriented way. No need
275+
to waste your time with SQL or whatever, Symfony offers fully object-oriented
276276
programming and Propel respects the same philosophy by providing an awesome
277277
abstraction layer.
278278

components/event_dispatcher/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The EventDispatcher Component
1212
Introduction
1313
------------
1414

15-
Object Oriented code has gone a long way to ensuring code extensibility. By
15+
Object-oriented code has gone a long way to ensuring code extensibility. By
1616
creating classes that have well defined responsibilities, your code becomes
1717
more flexible and a developer can extend them with subclasses to modify their
1818
behaviors. But if they want to share the changes with other developers who have

0 commit comments

Comments
 (0)