Skip to content

Commit 850f0ea

Browse files
authored
Merge pull request #133 from Intrepidd/patch-1
Fix typo in error message
2 parents 53b88fd + d5fa9b0 commit 850f0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ferrum/browser/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Ferrum
44
class Browser
55
class Command
66
NOT_FOUND = "Could not find an executable for the browser. Try to make " \
7-
"it available on the PATH or set environment varible for " \
7+
"it available on the PATH or set environment variable for " \
88
"example BROWSER_PATH=\"/usr/bin/chrome\"".freeze
99

1010
# Currently only these browsers support CDP:

0 commit comments

Comments
 (0)