Skip to content

Commit c82b6b8

Browse files
Merge pull request DesignPatternsPHP#325 from carlwhittick/patch-1
Added a missing word to the Readme
2 parents 0ea1593 + c182e09 commit c82b6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Structural/Facade/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Purpose
55
-------
66

7-
The primary goal of a Facade Pattern is not to avoid you to read the
7+
The primary goal of a Facade Pattern is not to avoid you having to read the
88
manual of a complex API. It's only a side-effect. The first goal is to
99
reduce coupling and follow the Law of Demeter.
1010

0 commit comments

Comments
 (0)