From 13d09c01fb8147c4dc72df096c42ce930d0f11ed Mon Sep 17 00:00:00 2001 From: latent-9 <296084221+latent-9@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:20:30 +1200 Subject: [PATCH] Fix typo in frame spec comment --- spec/frame_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/frame_spec.rb b/spec/frame_spec.rb index 6d711b92..8cc6b382 100644 --- a/spec/frame_spec.rb +++ b/spec/frame_spec.rb @@ -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.