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

docs/ Remove whitespace at EOL

This commit is contained in:
Tom Limoncelli
2017-08-29 13:49:39 -04:00
parent 4244d5f638
commit d7845e046c
15 changed files with 24 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ parameters:
return: string
---
NewRegistrar registers a registrar provider. The name can be any string value you would like to use.
NewRegistrar registers a registrar provider. The name can be any string value you would like to use.
The type must match a valid registar provider type identifer (see [provider page.]({{site.github.url}}/provider-list))
Metadata is an optional object, that will only be used by certain providers. See [individual provider docs]({{site.github.url}}/provider-list) for specific details.
@@ -21,4 +21,4 @@ var r53 = NewDnsProvider("R53","ROUTE53");
D("example.com", REGISTRAR, DnsProvider(r53), A("@","1.2.3.4"));
{%endhighlight%}
{% include endExample.html %}
{% include endExample.html %}

View File

@@ -50,6 +50,6 @@ D(REV('2001:db8:302::/48'), REGISTRAR, DnsProvider(BIND),
{%endhighlight%}
{% include endExample.html %}
In the future we plan on adding a flag to `A()` which will insert
In the future we plan on adding a flag to `A()` which will insert
the correct PTR() record if the approprate `D(REV()` domain (i.e. `.arpa` domain) has been
defined.