From a8b9c7ab5c643d5949f02a1988162ad180e5a7ae Mon Sep 17 00:00:00 2001 From: Derek Gottlieb Date: Sat, 1 Apr 2017 08:43:47 -0500 Subject: [PATCH] Fixed a typo in the Gandi provider docs (#66) Thanks! --- docs/_providers/gandi.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/_providers/gandi.md b/docs/_providers/gandi.md index a25388263..4e4586c26 100644 --- a/docs/_providers/gandi.md +++ b/docs/_providers/gandi.md @@ -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 %} -