Skip to content

Commit a8b666c

Browse files
committed
Fix typo
1 parent c1797b8 commit a8b666c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Capybara.register_driver(:cuprite) do |app|
2727
end
2828
```
2929

30-
if you use `Docker` don't forget to pass `no-sandbox` option:
30+
If you use `Docker` don't forget to pass `no-sandbox` option:
3131

3232
```ruby
3333
Capybara::Cuprite::Driver.new(app, browser_options: { 'no-sandbox': nil })

0 commit comments

Comments
 (0)