mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-10 23:24:39 +08:00
docs: Fix small route53 typo (#2546)
This commit is contained in:
parent
e32bdc053f
commit
84f0bc1552
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ D("example.com", REG_NONE, DnsProvider(DSP_R53),
|
|||
|
||||
## Split horizon
|
||||
|
||||
This provider supports spilt horizons using the [`R53_ZONE()`](../functions/record/R53_ZONE.md) domain function.
|
||||
This provider supports split horizons using the [`R53_ZONE()`](../functions/record/R53_ZONE.md) domain function.
|
||||
|
||||
In this example the domain `testzone.net` appears in the same account twice,
|
||||
each with different zone IDs specified using [`R53_ZONE()`](../functions/record/R53_ZONE.md).
|
||||
|
|
Loading…
Add table
Reference in a new issue