From 482163461f9375dfe564e2e1164979f2a7da9855 Mon Sep 17 00:00:00 2001 From: Thomas Albrighton Date: Mon, 24 Sep 2018 09:34:51 +0930 Subject: [PATCH] added "it" to make the sentence make sense --- container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container.md b/container.md index 27d8efc..3ce06d9 100644 --- a/container.md +++ b/container.md @@ -10,7 +10,7 @@ Lumen uses the exact same service container as the Laravel framework, so you hav #### Accessing The Container -The `Laravel\Lumen\Application` instance is an extension of `Illuminate\Container\Container`, so may be treated as the service container for your application. +The `Laravel\Lumen\Application` instance is an extension of `Illuminate\Container\Container`, so it may be treated as the service container for your application. Typically, you will register bindings into the container within your [service providers](/docs/{{version}}/providers). Of course, you may use the `bind`, `singleton`, `instance`, and other container methods provided by the container. **Remember, all of these methods are documented in the [full Laravel container documentation](https://laravel.com/docs/container).**