lib/calabash-cucumber/keyboard_helpers.rb in calabash-cucumber-0.12.2 vs lib/calabash-cucumber/keyboard_helpers.rb in calabash-cucumber-0.12.3

- old
+ new

@@ -902,10 +902,10 @@ # Returns the the text in the first responder. # # The first responder will be the UITextField or UITextView instance # that is associated with the visible keyboard. # - # Teturns empty string if no textField or textView elements are found to be + # Returns empty string if no textField or textView elements are found to be # the first responder. # # @raise [RuntimeError] if there is no visible keyboard def _text_from_first_responder raise 'there must be a visible keyboard' unless keyboard_visible?