lib/page-object/page_factory.rb in page-object-0.8.4 vs lib/page-object/page_factory.rb in page-object-0.8.5
- old
+ new
@@ -29,10 +29,10 @@
# PageObject::PageFactory.routes = {
# :default => [[PageOne,:method1], [PageTwoA,:method2], [PageThree,:method3]],
# :another_route => [[PageOne,:method1, "arg1"], [PageTwoB,:method2b], [PageThree,:method3]]
# }
#
- # Notice the first entry of :anouther_route is passing an argument
+ # Notice the first entry of :another_route is passing an argument
# to the method.
#
module PageFactory
include PageNavigation