1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Fixed a typo in the Gandi provider docs (#66)

Thanks!
This commit is contained in:
Derek Gottlieb
2017-04-01 08:43:47 -05:00
committed by Tom Limoncelli
parent d205c8b4ed
commit a8b9c7ab5c

View File

@@ -5,7 +5,7 @@ jsId: GANDI
---
# Gandi Provider
Gandi provides bot a registrar and a dns provider implementation.
Gandi provides both a registrar and a dns provider implementation.
## Configuration
@@ -35,4 +35,3 @@ D("example.tld", REG_GANDI, DnsProvider(GANDI),
A("test","1.2.3.4")
);
{% endhighlight %}