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

DOCS: Fix many spelling errors (#471)

This commit is contained in:
Tom Limoncelli
2019-05-11 21:32:52 -04:00
committed by Craig Peterson
parent ebe00625a3
commit 5044695ffe
23 changed files with 33 additions and 33 deletions

View File

@@ -14,7 +14,7 @@ Modifier arguments are processed according to type as follows:
- A function argument will be called with the domain object as it's only argument. Most of the [built-in modifier functions](#domain-modifiers) return such functions.
- An object argument will be merged into the domain's metadata collection.
- An array arument will have all of it's members evaluated recursively. This allows you to combine multiple common records or modifiers into a variable that can
- An array argument will have all of it's members evaluated recursively. This allows you to combine multiple common records or modifiers into a variable that can
be used like a macro in multiple domains.
{% include startExample.html %}

View File

@@ -8,7 +8,7 @@ return: string
---
NewDnsProvider registers a new DNS Service Provider. The name can be any string value you would like to use.
The type must match a valid dns provider type identifer (see [provider page.]({{site.github.url}}/provider-list))
The type must match a valid dns provider type identifier (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.

View File

@@ -8,7 +8,7 @@ return: string
---
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))
The type must match a valid registrar provider type identifier (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.

View File

@@ -51,5 +51,5 @@ D(REV('2001:db8:302::/48'), REGISTRAR, DnsProvider(BIND),
{% include endExample.html %}
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
the correct PTR() record if the appropriate `D(REV()` domain (i.e. `.arpa` domain) has been
defined.