]> granicus.if.org Git - pdns/commitdiff
Correct typo in backend-pipe.md
authorJames Taylor <james@jtaylor.id.au>
Sun, 11 Sep 2016 14:06:48 +0000 (00:06 +1000)
committerGitHub <noreply@github.com>
Sun, 11 Sep 2016 14:06:48 +0000 (00:06 +1000)
The word 'you' was repeated twice. This was brought to my attention after noticing it in a diff.

docs/markdown/authoritative/backend-pipe.md

index b80958d49e1065ddaa99136619660ecfd198f6ce..b90e7079bc66a924d6f3d7b406c10379d07228ad 100644 (file)
@@ -67,7 +67,7 @@ If this time is ever exceeded, the backend is declared dead and a new process is
 |Type|String (a regex)|
 
 If set, only questions matching this regular expression are even sent to the backend.
-This makes sure that most of PowerDNS does not slow down if you you deploy a slow backend.
+This makes sure that most of PowerDNS does not slow down if you deploy a slow backend.
 A query for 'www.powerdns.com' would be presented to the regex as 'www.powerdns.com', a matching regex would be `^www\.powerdns\.com$`.
 **Note**: to match the root domain, use a dot, e.g. `^\.$`