1
0
Fork 0
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:
James Wen 2015-09-17 09:40:57 -04:00
parent 6c375e5dbf
commit 5c367d3745

View file

@ -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.