Skip to content

Commit 9372d2a

Browse files
committed
Fix typo
1 parent be03110 commit 9372d2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ferrum.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
require "concurrent-ruby"
34
require "ferrum/browser"
45
require "ferrum/node"
56

@@ -70,7 +71,7 @@ def initialize(node, prev, current)
7071

7172
def message
7273
"#{@node.inspect} that you're trying to click is moving, hence " \
73-
"we cannot. Previosuly it was at #{@prev.inspect} but now at " \
74+
"we cannot. Previously it was at #{@prev.inspect} but now at " \
7475
"#{@current.inspect}."
7576
end
7677
end

0 commit comments

Comments
 (0)