diff --git a/container.md b/container.md index 18f0689554e..43ec2e776d1 100644 --- a/container.md +++ b/container.md @@ -234,7 +234,7 @@ If you need to inject a value from one of your application's configuration files ### Binding Typed Variadics -Occasionally you may have a class that receives an array of typed objects using a variadic constructor argument: +Occasionally, you may have a class that receives an array of typed objects using a variadic constructor argument: