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
1 changed files with 2 additions and 2 deletions

View File

@ -101,10 +101,10 @@ Capybara::Webkit.configure do |config|
# Allow pages to make requests to any URL without issuing a warning. # Allow pages to make requests to any URL without issuing a warning.
config.allow_unknown_urls 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") 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") config.allow_url("example.com/some/path")
# Wildcards are allowed in URL expressions. # Wildcards are allowed in URL expressions.