Skip to content

Commit

Permalink
use "object-oriented" instead of "object oriented"
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh authored and Christian Flothmann committed Dec 22, 2014
1 parent a3ea6a0 commit c09ba41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions book/propel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ from cheapest to most expensive. From inside a controller, do the following::
->orderByPrice()
->find();

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

Expand Down
2 changes: 1 addition & 1 deletion components/event_dispatcher/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The EventDispatcher Component
Introduction
------------

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

0 comments on commit c09ba41

Please sign in to comment.