lib/hanami/settings.rb in hanami-2.1.0.beta1 vs lib/hanami/settings.rb in hanami-2.1.0.beta2
- old
+ new
@@ -43,10 +43,10 @@
# {Hanami::Slice::ClassMethods#prepare prepare} step, to ensure that the app boots only when valid
# settings are present.
#
# Setting values are loaded from a configurable store, which defaults to
# {Hanami::Settings::EnvStore}, which fetches the values from equivalent upper-cased keys in
- # `ENV`. You can configue an alternative store via {Hanami::Config#settings_store}. Setting stores
+ # `ENV`. You can configure an alternative store via {Hanami::Config#settings_store}. Setting stores
# must implement a `#fetch` method with the same signature as `Hash#fetch`.
#
# [dry-c]: https://dry-rb.org/gems/dry-configurable/
# [dry-t]: https://dry-rb.org/gems/dry-types/
#