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