Skip to content

Commit

Permalink
Fix a document typo (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah authored Apr 12, 2024
1 parent c0cbf40 commit 1ace1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/selector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# ```ruby
# page.html # => '<input id="field">'
#
# page.find :id, 'content'
# page.find :id, 'field'
# ```
#
# * **:field** - Select field elements (input [not of type submit, image, or hidden], textarea, select)
Expand Down

0 comments on commit 1ace1d7

Please sign in to comment.