From e2b8a469ffce932d318ed049d10d021bfc7c381c Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Tue, 1 Nov 2016 14:10:42 +0100 Subject: [PATCH] Fix markdown url format typo --- doc/book/lazy-listeners/lazy-listener.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/lazy-listeners/lazy-listener.md b/doc/book/lazy-listeners/lazy-listener.md index d979e38..81339d8 100644 --- a/doc/book/lazy-listeners/lazy-listener.md +++ b/doc/book/lazy-listeners/lazy-listener.md @@ -13,7 +13,7 @@ To create a `LazyListener` instance, you must pass to its constructor: - a *container*; this is a [container-interop](https://github.com/container-interop/container-interop), such as provided by [zend-servicemanager](https://github.com/zendframework/zend-servicemanager), - [Aura.Di](https://github.com/auraphp/Aura.Di], etc. + [Aura.Di](https://github.com/auraphp/Aura.Di), etc. - optionally an `$env` array; this is a set of options or other configuration to use when creating the listener instance. Since not all containers support passing additional options at creation, we recommend omitting the `$env`