lib/mache/helpers/rails/flash.rb in mache-3.0.0 vs lib/mache/helpers/rails/flash.rb in mache-3.1.0
- old
+ new
@@ -1,8 +1,8 @@
module Mache
module Helpers
module Rails
- # The {Flash} module can be Included into page object classes that support
+ # The {Flash} module can be included into page object classes that support
# flash behaviour.
#
# rubocop:disable Naming/PredicateName
module Flash
def self.included(base)