Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/frame_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
page.go_to

# The padding on the frame here is to differ the sizes of the two
# frames, ensuring that their offsets are being calculated seperately.
# frames, ensuring that their offsets are being calculated separately.
# This avoids a false positive where the same frame"s offset is
# calculated twice, but the click still works because both frames had
# the same offset.
Expand Down
Loading