Skip to content

Commit 592650c

Browse files
Update guides/source/configuring.md
Co-authored-by: Mark Schneider <[email protected]>
1 parent 027ef99 commit 592650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ would fail to match `www.product.com`.
614614
A special case is supported that allows you to permit the domain and all sub-domains:
615615

616616
```ruby
617-
# Allow requests the domain itself `product.com` and from subdomains like `www.product.com` and `beta1.product.com`.
617+
# Allow requests from the domain itself `product.com` and subdomains like `www.product.com` and `beta1.product.com`.
618618
Rails.application.config.hosts << ".product.com"
619619
```
620620

0 commit comments

Comments
 (0)