Skip to content

Commit f8db4b0

Browse files
committed
use "object-oriented" instead of "object oriented"
1 parent 1bd33ca commit f8db4b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/propel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ from cheapest to most expensive. From inside a controller, do the following::
288288
->orderByPrice()
289289
->find();
290290

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

components/event_dispatcher/introduction.rst

Lines changed: 1 addition & 1 deletion
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)