Skip to content

Commit

Permalink
Correct typo in SelectList#options doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Ko committed Jul 21, 2014
1 parent d9fd9d7 commit 8e49f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def select_value(value)
end

#
# Return an array of Options contained in the select lit.
# Return an array of Options contained in the select list.
#
# @return [array of PageObject::Elements::Option]
def options
Expand Down
2 changes: 1 addition & 1 deletion lib/page-object/platforms/watir_webdriver/select_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def select_value(value)
end

#
# Return an array of Options contained in the select lit.
# Return an array of Options contained in the select list.
#
# @return [array of PageObject::Elements::Option]
#
Expand Down

0 comments on commit 8e49f39

Please sign in to comment.