Skip to content

Commit 4d98ebf

Browse files
committed
Fix typo: Objected => Object
1 parent 42abc66 commit 4d98ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
Objected 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)