lib/capybara: Fix spelling of *created*

This commit is contained in:
Paul Menzel 2016-02-01 18:05:07 +01:00
parent f636a210c0
commit bcc56025be
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ module Capybara
##
#
# Modify a selector previously craeated by {Capybara.add_selector}.
# Modify a selector previously created by {Capybara.add_selector}.
# For example modifying the :button selector to also find divs styled
# to look like buttons might look like this
#