diff --git a/src/Container.php b/src/Container.php index bc6d8b23..38a14cb8 100644 --- a/src/Container.php +++ b/src/Container.php @@ -116,7 +116,7 @@ public function has(string $id): bool /** * Returns an instance by either interface name or alias. * - * The Same instance of the class will be returned each time this method is called. + * The same instance of the class will be returned each time this method is called. * * @param string $id The interface or an alias name that was previously registered. *