Merge pull request #325 from carlwhittick/patch-1

Added a missing word to the Readme
This commit is contained in:
Piotr Grabski-Gradziński
2018-05-12 20:15:26 +02:00
committed by GitHub

View File

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