From ccbfa2c69369a11b419d071ad11147b59eb9f052 Mon Sep 17 00:00:00 2001 From: Dees Oomens Date: Sat, 28 Jan 2017 18:55:54 +0100 Subject: [PATCH] Fixed typo (#17619) --- Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Container.php b/Container.php index ffd5976..c61159e 100755 --- a/Container.php +++ b/Container.php @@ -637,7 +637,7 @@ protected function getContextualConcrete($abstract) } /** - * Find the concerete binding for the given abstract in the contextual binding array. + * Find the concrete binding for the given abstract in the contextual binding array. * * @param string $abstract * @return string|null