lib/dry/transaction/sequence.rb in dry-transaction-0.5.0 vs lib/dry/transaction/sequence.rb in dry-transaction-0.6.0
- old
+ new
@@ -70,10 +70,10 @@
#
# @example Subscribing to notifications from all steps
# my_transaction.subscribe(my_listener)
#
# @example Subscribing to notifications from specific steps
- # my_transaction.subscirbe(some_step: my_listener, another_step: another_listener)
+ # my_transaction.subscribe(some_step: my_listener, another_step: another_listener)
#
# Notifications are implemented using the [Wisper](wisper) gem.
#
# [wisper]: https://rubygems.org/gems/wisper
#