diff --git a/lib/dry/container/resolver.rb b/lib/dry/container/resolver.rb index 4c436aa..e91d048 100644 --- a/lib/dry/container/resolver.rb +++ b/lib/dry/container/resolver.rb @@ -14,7 +14,7 @@ class Resolver # Fallback block to call when a key is missing. Its result will be returned # @yieldparam [Mixed] key Missing key # - # @raise [Dry::Conainer::Error] + # @raise [Dry::Container::Error] # If the given key is not registered with the container (and no block provided) # #