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 %}