Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit ea77836

Browse files
pine3reeOcramius
authored andcommitted
fixes link to wikipedia
1 parent 6c5e817 commit ea77836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/lazy-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`Zend\ServiceManager` can use [delegator factories](delegators.md) to generate
44
"lazy" references to your services.
55

6-
Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxypattern) that
6+
Lazy services are [proxies](http://en.wikipedia.org/wiki/Proxy_pattern) that
77
get lazily instantiated, and keep a reference to the real instance of
88
the proxied service.
99

0 commit comments

Comments
 (0)