diff --git a/CHANGELOG.md b/CHANGELOG.md index a11b7093..3455172e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ All notable changes to this project will be documented in this file, in reverse - [#62](https://github.com/zendframework/zend-servicemanager/pull/62) [#64](https://github.com/zendframework/zend-servicemanager/pull/64) corrected benchmark assets signature +- [#72](https://github.com/zendframework/zend-servicemanager/pull/72) corrected link to the Proxy Pattern Wikipedia + page in the documentation ## 3.0.1 - 2016-01-19 diff --git a/doc/book/lazy-services.md b/doc/book/lazy-services.md index 962cfb4c..5cdb1676 100644 --- a/doc/book/lazy-services.md +++ b/doc/book/lazy-services.md @@ -3,7 +3,7 @@ `Zend\ServiceManager` can use [delegator factories](delegators.md) to generate "lazy" references to your services. -Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxypattern) that +Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxy_pattern) that get lazily instantiated, and keep a reference to the real instance of the proxied service.