From 63c8e825a58b63b3ae47d44e7d7cc64daff51c1a Mon Sep 17 00:00:00 2001 From: rochdiNassah Date: Sat, 20 Mar 2021 08:15:32 +0100 Subject: [PATCH] Typo --- container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: