1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

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

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
#