mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Fix really small typo ('specific') in README.md
Really small typo: 'specific' is spelled wrong twice.
This commit is contained in:
parent
6c375e5dbf
commit
5c367d3745
1 changed files with 2 additions and 2 deletions
|
@ -101,10 +101,10 @@ Capybara::Webkit.configure do |config|
|
|||
# Allow pages to make requests to any URL without issuing a warning.
|
||||
config.allow_unknown_urls
|
||||
|
||||
# Allow a specifc domain without issuing a warning.
|
||||
# Allow a specific domain without issuing a warning.
|
||||
config.allow_url("example.com")
|
||||
|
||||
# Allow a specifc URL and path without issuing a warning.
|
||||
# Allow a specific URL and path without issuing a warning.
|
||||
config.allow_url("example.com/some/path")
|
||||
|
||||
# Wildcards are allowed in URL expressions.
|
||||
|
|
Loading…
Reference in a new issue