lib/hanami/extensions/view/part.rb in hanami-2.1.0 vs lib/hanami/extensions/view/part.rb in hanami-2.2.0.beta1

- old
+ new

@@ -44,10 +44,10 @@ end # Standalone helpers class including both {StandardHelpers} as well as the user-defined # helpers for the slice. # - # Used used where helpers should be addressed via an intermediary object (i.e. in parts), + # Used where helpers should be addressed via an intermediary object (i.e. in parts), # rather than mixed into a class directly. # # @api private # @since 2.1.0 class PartHelpers