diff --git a/src/Contracts/ProviderMediaMapper.php b/src/Contracts/ProviderMediaMapper.php index 0b318f3ef..0f2c60ef4 100644 --- a/src/Contracts/ProviderMediaMapper.php +++ b/src/Contracts/ProviderMediaMapper.php @@ -26,7 +26,7 @@ protected function runValidation(): void $calledClass = static::class; - throw new PrismException("The $providerName provider does not support the mediums available in the provided `$calledClass`. Pleae consult the Prism documentation for more information on which mediums the $providerName provider supports."); + throw new PrismException("The $providerName provider does not support the mediums available in the provided `$calledClass`. Please consult the Prism documentation for more information on which mediums the $providerName provider supports."); } } }